Skip to content

Commit

Permalink
Use the recommended v4 in mysql README
Browse files Browse the repository at this point in the history
  • Loading branch information
mgenware authored Oct 24, 2021
1 parent 1ba9bec commit 608e4f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions database/mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ import (
"database/sql"

_ "github.com/go-sql-driver/mysql"
"github.com/golang-migrate/migrate"
"github.com/golang-migrate/migrate/database/mysql"
_ "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"
)

func main() {
Expand Down

0 comments on commit 608e4f6

Please sign in to comment.