Skip to content
This repository was archived by the owner on Jun 28, 2018. It is now read-only.

Commit 6028882

Browse files
committed
Merge pull request #66 from jamiecuthill/patch-1
Error in example mysql driver import statement
2 parents 8fe1a56 + 2f6745a commit 6028882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ See GoDoc here: http://godoc.org/github.com/mattes/migrate/migrate
7979
import "github.com/mattes/migrate/migrate"
8080

8181
// Import any required drivers so that they are registered and available
82-
import _ "github.com/mattes/migrate/drivers/mysql"
82+
import _ "github.com/mattes/migrate/driver/mysql"
8383

8484
// use synchronous versions of migration functions ...
8585
allErrors, ok := migrate.UpSync("driver://url", "./path")

0 commit comments

Comments
 (0)