zhangmeng
2019-07-10 6049d76f48920b4de3f0b4e6921318c5c7d4f62c
mode.go
@@ -6,7 +6,7 @@
// Constants for protocols.
const (
   ModeStart = iota
   ModeStart = Mode(iota)
   PushPull
   PubSub
   ReqRep