1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-29 17:41:15 +03:00

Fix go vet

This commit is contained in:
Vladimir Mihailenco
2018-03-07 11:56:24 +02:00
parent e9e73a92c0
commit 852a60d520
4 changed files with 537 additions and 234 deletions

View File

@ -24,7 +24,7 @@ func Example_instrumentation() {
// finished processing: <ping: PONG>
}
func Example_Pipeline_instrumentation() {
func ExamplePipeline_instrumentation() {
client := redis.NewClient(&redis.Options{
Addr: ":6379",
})