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