From 8c3063e420502667043e0e1bdb35eef05fbd133b Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期四, 14 十一月 2019 15:11:28 +0800 Subject: [PATCH] 结果标签大改动 --- cache/cache.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cache/cache.go b/cache/cache.go index aeceb67..ffb0912 100644 --- a/cache/cache.go +++ b/cache/cache.go @@ -5,11 +5,11 @@ "basic.com/pubsub/cache.git/shardmap" "basic.com/pubsub/protomsg.git" "basic.com/valib/gopherdiscovery.git" + "basic.com/valib/logger.git" "errors" "fmt" "github.com/gogo/protobuf/proto" "github.com/satori/go.uuid" - "ruleprocess/logger" "strconv" ) const ( -- Gitblit v1.8.0