mirror of https://github.com/status-im/migrate.git
Add import to example.
The example in README with file source doesn't work without importing "github.com/mattes/migrate/source/github" package.
This commit is contained in:
parent
e42058f15a
commit
ed5a887579
|
@ -98,6 +98,7 @@ import (
|
||||||
_ "github.com/lib/pq"
|
_ "github.com/lib/pq"
|
||||||
"github.com/mattes/migrate"
|
"github.com/mattes/migrate"
|
||||||
"github.com/mattes/migrate/database/postgres"
|
"github.com/mattes/migrate/database/postgres"
|
||||||
|
_ "github.com/mattes/migrate/source/file"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
Loading…
Reference in New Issue