Merge pull request #2 from simonjefford/master

Tiny typo fix
This commit is contained in:
Mark McGranaghan 2012-10-11 10:55:39 -07:00
commit 41c8beb94e

View File

@ -37,7 +37,7 @@ func main() {
mc.Set("k1", "v1")
mc.Get("k1")
})
if mcrep.Err != nil {
if mcRep.Err != nil {
panic(mcRep.Err)
}
mcVal, _ := mcRep.Elems[1].Str()