mirror of
https://github.com/status-im/migrate.git
synced 2025-02-23 08:18:07 +00:00
* 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{}
8 lines
101 B
Go
8 lines
101 B
Go
// +build github
|
|
|
|
package cli
|
|
|
|
import (
|
|
_ "github.com/golang-migrate/migrate/v4/source/github_ee"
|
|
)
|