From bca5cdb1c8f17316a2fe47b4fa80145a08d2ca6e Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期五, 08 十一月 2019 10:50:49 +0800 Subject: [PATCH] --- --- main.go | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 20ca264..f7c05c9 100644 --- a/main.go +++ b/main.go @@ -16,10 +16,11 @@ "flag" "fmt" "github.com/golang/protobuf/proto" - "github.com/spf13/viper" + "ruleprocess/cache" "ruleprocess/ruleserver" "sync" + "github.com/spf13/viper" ) var dbIp = flag.String("dbIp", "127.0.0.1", "dbserver ip") @@ -105,7 +106,7 @@ esEnd := time.Since(start) logger.Debug("鎻掑叆瀹孍s鎵�鐢ㄦ椂闂达細", esEnd) //浜嬩欢鎺ㄩ�� - //labelFilter.PushSomthing(resultMsg) + labelFilter.PushSomthing(resultMsg) //}(msg) } } -- Gitblit v1.8.0