This commit is contained in:
Vladimir Mihailenco 2013-01-19 19:05:28 +02:00
parent d38d9a2e24
commit 9f494b20b1
1 changed files with 5 additions and 5 deletions

View File

@ -34,7 +34,7 @@ Then we can start sending commands:
set := client.Set("foo", "bar"); set := client.Set("foo", "bar");
if err := set.Err(); err != nil { if err := set.Err(); err != nil {
panic(set.Err()) panic(err)
} }
get := client.Get("foo") get := client.Get("foo")