Sign in
chromium
/
external
/
github.com
/
mattes
/
migrate
/
refs/heads/cli-updates
/
.
/
cli
/
build_postgres.go
blob: 87f6be7571f55b90d420fb0ff592cd25596399c1 [
file
] [
edit
]
// +build postgres
package main
import (
_ "github.com/mattes/migrate/database/postgres"
)