Update 05.6.md

多了一个逗号,不知道是否会引起错误
This commit is contained in:
zhilijiqi
2018-01-15 09:33:49 +08:00
committed by GitHub
parent 73307a94c6
commit aade35f593

View File

@@ -58,7 +58,7 @@ func newPool(server string) *redis.Pool {
TestOnBorrow: func(c redis.Conn, t time.Time) error { TestOnBorrow: func(c redis.Conn, t time.Time) error {
_, err := c.Do("PING") _, err := c.Do("PING")
return err return err
}, }
} }
} }