migrate/cli/build_postgres.go
2018-10-10 16:16:23 -07:00

8 lines
105 B
Go

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