main.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
main.go
@@ -91,7 +91,7 @@ } else { //runtime.GOMAXPROCS(runtime.NumCPU()) //logger.Debug("使用的cpu个数:",runtime.NumCPU()) go func(msg []byte) { //go func(msg []byte) { logger.Debug("当前时间戳:", time.Now().Unix()) arg := structure.SdkDatas{} //paramFormat(msg, &arg) @@ -108,7 +108,7 @@ //事件推送 //go labelFilter.Judge(resultMsg) logger.OutPutByPanlei() }(msg) //}(msg) } } }