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