Skip to content

Commit 2a177c4

Browse files
committed
update README
1 parent 7b4abd7 commit 2a177c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func main() {
2525

2626
// use mysql token store
2727
store := mysql.NewStore(
28-
mysql.NewConfig("root:123456@tcp(127.0.0.1:3306)/myapp_test?charset=utf8"), "", 0),
28+
mysql.NewConfig("root:123456@tcp(127.0.0.1:3306)/myapp_test?charset=utf8"),
2929
"",
3030
0,
3131
)

0 commit comments

Comments
 (0)