migrate/cli/build_redshift.go

8 lines
102 B
Go

// +build redshift
package main
import (
_ "github.com/golang-migrate/migrate/database/redshift"
)