重构(guard.go): 更新项目核心库路径,优化代码结构。

This commit is contained in:
wood chen 2024-09-18 01:28:31 +08:00
parent 3697051ecf
commit 8056410bf6

View File

@ -8,7 +8,7 @@ import (
"sync" "sync"
"time" "time"
"your-project-name/core" "github.com/woodchen-ink/Q58Bot/core"
tgbotapi "github.com/go-telegram-bot-api/telegram-bot-api/v5" tgbotapi "github.com/go-telegram-bot-api/telegram-bot-api/v5"
) )