From fbd43e1f59649794dc2f9b6d9111d581da0cb8f8 Mon Sep 17 00:00:00 2001 From: liuhuapiaoyuan <278780765@qq.com> Date: Fri, 19 Jan 2024 16:08:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.go b/main.go index 27513a7..35d7d41 100644 --- a/main.go +++ b/main.go @@ -22,7 +22,6 @@ func main() { cmd.Main.Run(gctx.New()) // 打印一段话: 服务已经启动,请访问 http://127.0.0.1 - fmt.Println("服务已经启动,请访问 http://127.0.0.1") - + //fmt.Println("服务已经启动,请访问 http://127.0.0.1") }