From e34d29b0a4a3b65f092d2f072e7cd74305bc3d7a Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Sat, 22 Feb 2025 14:44:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0shell=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=EF=BC=8C=E8=A2=AB=E5=8A=A8=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index e680cf7..c554bec 100644 --- a/main.go +++ b/main.go @@ -39,6 +39,7 @@ func main() { handler.SetUpCIDGroup(r) // CID,持续集成、部署 handler.SetUpToolGroup(r) // Tool handler.SetUpFileGroup(r) // File + handler.SetUpShellGroup(r) // Shell defer dao.Close() defer worker.CloseRedis() //定时任务