Browse Source

Merge pull request #48 from IljaN/patch-1

Missing closing curly brace after switch in PubSubConn example
Gary Burd 12 years ago
parent
commit
856744a0d5
1 changed files with 1 additions and 0 deletions
  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)
 //          fmt.Printf("%s: %s %d\n", v.Channel, v.Kind, v.Count)
 //      case error:
 //      case error:
 //          return v
 //          return v
+//      }
 //  }
 //  }
 //
 //
 // Reply Helpers
 // Reply Helpers