From ad7cf53c446a71e65a3a914743f24ff041c8ac13 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期四, 14 十一月 2019 11:27:04 +0800 Subject: [PATCH] fix 空指针引用 --- 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