From 7e98be35cbef19fa554eb151e1ae1ed11ad3458d Mon Sep 17 00:00:00 2001 From: guzeng Date: Sun, 7 Feb 2021 09:28:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=85=E5=BC=95=E7=94=A8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cache.go | 2 +- master.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cache.go b/cache.go index a0e80ad..0ccbebb 100644 --- a/cache.go +++ b/cache.go @@ -4,7 +4,7 @@ import ( "encoding/json" "errors" - "git.tetele.net/ttlpkg/tgo/redis" + "git.tetele.net/tgo/redis" ) /** diff --git a/master.go b/master.go index 03a81a3..3feb059 100644 --- a/master.go +++ b/master.go @@ -7,7 +7,7 @@ import ( "net/http" "strings" - "git.tetele.net/ttlpkg/tgo/helper" + "git.tetele.net/tgo/helper" ) /**