We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba9bec commit 608e4f6Copy full SHA for 608e4f6
database/mysql/README.md
@@ -28,9 +28,9 @@ import (
28
"database/sql"
29
30
_ "github.com/go-sql-driver/mysql"
31
- "github.com/golang-migrate/migrate"
32
- "github.com/golang-migrate/migrate/database/mysql"
33
- _ "github.com/golang-migrate/migrate/source/file"
+ "github.com/golang-migrate/migrate/v4"
+ "github.com/golang-migrate/migrate/v4/database/mysql"
+ _ "github.com/golang-migrate/migrate/v4/source/file"
34
)
35
36
func main() {
0 commit comments