Skip to content

Commit 608e4f6

Browse files
authored
Use the recommended v4 in mysql README
1 parent 1ba9bec commit 608e4f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

database/mysql/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ import (
2828
"database/sql"
2929

3030
_ "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"
31+
"github.com/golang-migrate/migrate/v4"
32+
"github.com/golang-migrate/migrate/v4/database/mysql"
33+
_ "github.com/golang-migrate/migrate/v4/source/file"
3434
)
3535

3636
func main() {

0 commit comments

Comments
 (0)