zhangmeng
2019-09-27 2d390df9ede39c9d7c34bd8190b9329cfc371325
mode.go
@@ -6,7 +6,7 @@
// Constants for protocols.
const (
   ModeStart = iota
   ModeStart = Mode(iota)
   PushPull
   PubSub
   ReqRep