migrate/internal/cli/build_postgres.go

8 lines
104 B
Go
Raw Normal View History

// +build postgres
package cli
import (
2018-10-10 22:11:48 +00:00
_ "github.com/golang-migrate/migrate/v4/database/postgres"
)