Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe1a56 commit 2f6745aCopy full SHA for 2f6745a
README.md
@@ -79,7 +79,7 @@ See GoDoc here: http://godoc.org/github.com/mattes/migrate/migrate
79
import "github.com/mattes/migrate/migrate"
80
81
// Import any required drivers so that they are registered and available
82
-import _ "github.com/mattes/migrate/drivers/mysql"
+import _ "github.com/mattes/migrate/driver/mysql"
83
84
// use synchronous versions of migration functions ...
85
allErrors, ok := migrate.UpSync("driver://url", "./path")
0 commit comments