migrate/cli/build_github.go

8 lines
96 B
Go

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