From de7a9d3142449b7e9f5ee1693b259d8156a39732 Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Sun, 29 Sep 2013 11:49:54 +0300 Subject: [PATCH] Try to fix package level example. --- v2/example_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/example_test.go b/v2/example_test.go index 1a45c69..2fa78fa 100644 --- a/v2/example_test.go +++ b/v2/example_test.go @@ -146,7 +146,7 @@ func ExamplePubSub() { // &{mychannel hello} } -func Example_CustomCommand() { +func Example_customCommand() { Get := func(client *redis.Client, key string) *redis.StringCmd { cmd := redis.NewStringCmd("GET", key) client.Process(cmd)