Explorar o código

Merge pull request #48 from IljaN/patch-1

Missing closing curly brace after switch in PubSubConn example
Gary Burd %!s(int64=12) %!d(string=hai) anos
pai
achega
856744a0d5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      redis/doc.go

+ 1 - 0
redis/doc.go

@@ -136,6 +136,7 @@
 //          fmt.Printf("%s: %s %d\n", v.Channel, v.Kind, v.Count)
 //      case error:
 //          return v
+//      }
 //  }
 //
 // Reply Helpers