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