From 8056410bf627fa0c3d139d5cc106ff66ae0796a1 Mon Sep 17 00:00:00 2001 From: wood chen Date: Wed, 18 Sep 2024 01:28:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84(guard.go):=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E9=A1=B9=E7=9B=AE=E6=A0=B8=E5=BF=83=E5=BA=93=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=EF=BC=8C=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81=E7=BB=93?= =?UTF-8?q?=E6=9E=84=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/guard.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/guard.go b/service/guard.go index e53a82a..5bf17e2 100644 --- a/service/guard.go +++ b/service/guard.go @@ -8,7 +8,7 @@ import ( "sync" "time" - "your-project-name/core" + "github.com/woodchen-ink/Q58Bot/core" tgbotapi "github.com/go-telegram-bot-api/telegram-bot-api/v5" )