Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhu authored Oct 10, 2023
1 parent 96a58c9 commit 0900978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ db, err := gorm.Open(mysql.New(mysql.Config{
import (
_ "example.com/my_mysql_driver"
"gorm.io/gorm"
"gorm.io/driver/mysql" // add this pk, this package is used below?
"gorm.io/driver/mysql"
)

db, err := gorm.Open(mysql.New(mysql.Config{
Expand Down

0 comments on commit 0900978

Please sign in to comment.