We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4abd7 commit 2a177c4Copy full SHA for 2a177c4
README.md
@@ -25,7 +25,7 @@ func main() {
25
26
// use mysql token store
27
store := mysql.NewStore(
28
- mysql.NewConfig("root:123456@tcp(127.0.0.1:3306)/myapp_test?charset=utf8"), "", 0),
+ mysql.NewConfig("root:123456@tcp(127.0.0.1:3306)/myapp_test?charset=utf8"),
29
"",
30
0,
31
)
0 commit comments