tcp server 用于给andriod 客户端定时发送消息
fix
liuxiaolong
2019-11-01 f6d9498bdb29ef1f47f4e44f88c2f0580489db78
server.go
@@ -7,9 +7,9 @@
   "strconv"
   "time"
   "github.com/long/test/esutil"
   "github.com/long/config"
   log "github.com/long/test/log"
   "androidAlarmServer/esutil"
   "androidAlarmServer/config"
   log "androidAlarmServer/log"
)
var addr = flag.String("addr", "0.0.0.0", "The address to listen to")