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