migrate/cli/build_postgres.go

8 lines
102 B
Go
Raw Normal View History

// +build postgres
package main
import (
2018-10-10 20:31:23 +00:00
_ "github.com/golang-migrate/migrate/database/postgres"
)