tcp server 用于给andriod 客户端定时发送消息
liuxiaolong
2021-04-07 dca59a803251cde0121af4e7ed7238808ca4bed0
1
2
3
4
5
6
7
8
9
10
11
12
13
module andriodServer
 
go 1.12
 
require (
    github.com/gin-gonic/gin v1.4.0
    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
)