From 04c1b6b0d2995fac6897cbbab5b22e2987093e66 Mon Sep 17 00:00:00 2001 From: hhs <386998068@qq.com> Date: Wed, 10 Jun 2026 10:55:47 +0800 Subject: [PATCH] =?UTF-8?q?fix(cmd):=20=E6=B7=BB=E5=8A=A0=20main=20?= =?UTF-8?q?=E5=87=BD=E6=95=B0=E5=8D=A0=E4=BD=8D=EF=BC=8C=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/server/main.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cmd/server/main.go b/cmd/server/main.go index 06ab7d0..4a0649b 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -1 +1,5 @@ package main + +func main() { + // TODO: 实现启动逻辑 +}