migrate/internal/cli/build_github_ee.go
Kasparas Galdikas 7c76166697 Github Enterprise support (#234)
* exported Github struct fields and ReadDirectory method

* github ee implementation, tests and docs

* build fixes

* Github Enterprise API endpoint based on docs

* addressing PR comments

* code review

* make linter happy

* parseBool() takes fallback

* pr comments

* tweaks to Config{}
2019-06-16 12:48:01 -07:00

8 lines
101 B
Go

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