tcp server 用于给andriod 客户端定时发送消息
liuxiaolong
2019-11-04 e7800f02cb0edb6ae0590c81b78ef68611dfd53b
1
2
3
4
5
6
7
8
9
10
11
module andriodServer
 
go 1.12
 
require (
    github.com/lestrrat-go/file-rotatelogs v2.2.0+incompatible
    github.com/lestrrat-go/strftime v0.0.0-20190725011945-5c849dd2c51d // indirect
    github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
    github.com/sirupsen/logrus v1.4.2
    github.com/spf13/viper v1.4.0
)