Skip to content

Commit

Permalink
Update README.md (#126)
Browse files Browse the repository at this point in the history
* Update README.md

add package what is used below

* Update README.md

---------

Co-authored-by: Jinzhu <wosmvp@gmail.com>
  • Loading branch information
xyxyn and jinzhu authored Oct 10, 2023
1 parent d04acd7 commit 386f545
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ db, err := gorm.Open(mysql.New(mysql.Config{
import (
_ "example.com/my_mysql_driver"
"gorm.io/gorm"
"gorm.io/driver/mysql"
)

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

0 comments on commit 386f545

Please sign in to comment.