tcp server 用于给andriod 客户端定时发送消息
liuxiaolong
2019-11-26 3f5531f2c53c4788fa8228ecbcf10f5a522143e9
1
2
3
4
5
6
7
8
9
10
11
12
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
    github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271 // indirect
)