From 1e635ccac541cdcffe34d7e09e4672c65378470e Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期四, 08 八月 2019 14:03:32 +0800 Subject: [PATCH] 先切回调库方式 --- main.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/main.go b/main.go index 48edb76..995ff63 100644 --- a/main.go +++ b/main.go @@ -79,7 +79,7 @@ // 灏嗘墦瀹屾爣绛剧殑鏁版嵁鎻掑叆鍒癊S insertdata.InsertToEs(resultMsg) //浜嬩欢鎺ㄩ�� - labelFilter.Judge(resultMsg) + go labelFilter.Judge(resultMsg) } } } -- Gitblit v1.8.0