migrate/cli/build_mysql.go

8 lines
99 B
Go

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