tcp server 用于给andriod 客户端定时发送消息
liuxiaolong
2019-05-29 c2e4179bd62a53807720f738a086d697bcf0f2f6
1
2
3
4
5
6
7
8
9
10
11
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 // indirect
    github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
    github.com/sirupsen/logrus v1.4.2
)