withme

Results 4 issues of withme

goRoutineAction handle readjson, and readjson err will close chan. after this time ``` if err := conn.WriteJSON(msg); err != nil { debug("A message cannot be published to (" + key...

# weixin ./main.go:10: undefined: beego.RegisterController ./main.go:11: undefined: beego.RegisterController

最近在看你开源的一些源码,在这个logx的日志库中有很多值得学习的东西,但是我对如下代码的用途不是很了解,所以请教下,这段代码加入tick的目的是什么? ``` func (w *FileLogWriter) Close() { t := time.Tick(10 * time.Millisecond)