From 6e8ebf781ac457b7ec77f7e4c9ade4c3d36002bc Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期四, 07 十一月 2019 18:42:05 +0800 Subject: [PATCH] merge master --- algorithm/timeSlot/timeSlot.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/algorithm/timeSlot/timeSlot.go b/algorithm/timeSlot/timeSlot.go index 4c3150d..11673f4 100644 --- a/algorithm/timeSlot/timeSlot.go +++ b/algorithm/timeSlot/timeSlot.go @@ -2,10 +2,10 @@ import ( "basic.com/pubsub/protomsg.git" + "basic.com/valib/logger.git" "encoding/json" "github.com/knetic/govaluate" "ruleprocess/cache" - "ruleprocess/logger" "ruleprocess/structure" "time" ) -- Gitblit v1.8.0