zhangmeng
2019-08-30 b9cf4660f85b3457763de72781bc7bc84411f5de
mode.go
@@ -6,7 +6,7 @@
// Constants for protocols.
const (
   ModeStart = iota
   ModeStart = Mode(iota)
   PushPull
   PubSub
   ReqRep