migrate/internal/cli/build_aws-s3.go

8 lines
98 B
Go

// +build aws_s3
package cli
import (
_ "github.com/golang-migrate/migrate/v4/source/aws_s3"
)