migrate/cli/build_mysql.go

8 lines
88 B
Go

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