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