From ed5a887579865f087a207b541dd13a479630fb93 Mon Sep 17 00:00:00 2001 From: Ivan Daniluk Date: Thu, 4 May 2017 19:42:12 +0200 Subject: [PATCH] Add import to example. The example in README with file source doesn't work without importing "github.com/mattes/migrate/source/github" package. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c398865..edb2dc9 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ import ( _ "github.com/lib/pq" "github.com/mattes/migrate" "github.com/mattes/migrate/database/postgres" + _ "github.com/mattes/migrate/source/file" ) func main() {