From 7e71b19cab380b069e0270c11b81294145a51e5f Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期三, 13 十一月 2019 15:28:18 +0800 Subject: [PATCH] 坐标改为xy --- 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