Skip to content

Commit aade35f

Browse files
authored
Update 05.6.md
多了一个逗号,不知道是否会引起错误
1 parent 73307a9 commit aade35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zh/05.6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func newPool(server string) *redis.Pool {
5858
TestOnBorrow: func(c redis.Conn, t time.Time) error {
5959
_, err := c.Do("PING")
6060
return err
61-
},
61+
}
6262
}
6363
}
6464

0 commit comments

Comments
 (0)