tcp server 用于给andriod 客户端定时发送消息
龙赣华
2019-05-15 c2903e8650cc661dfbf6ecec21c9635cdd6f4c00
1
2
3
4
5
6
7
8
9
10
11
12
module github.com/long/test
 
go 1.12
 
require (
    github.com/lestrrat-go/file-rotatelogs v2.2.0+incompatible
    github.com/lestrrat-go/strftime v0.0.0-20180821113735-8b31f9c59b0f // indirect
    github.com/pkg/errors v0.8.1
    github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
    github.com/rs/zerolog v1.14.3
    github.com/sirupsen/logrus v1.4.1
)