migrate/cli/build_ql.go

8 lines
90 B
Go

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