migrate/cli/build_postgres.go

8 lines
102 B
Go
Raw Normal View History

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