From 2da16cb8ba0c36889cfe05085e505256ee9b09b8 Mon Sep 17 00:00:00 2001 From: HeZhaohui Date: Tue, 24 Feb 2026 15:58:25 +0800 Subject: [PATCH] =?UTF-8?q?Update:=20=E6=95=B4=E7=90=86=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client.go => cmd/client/main.go | 0 main.go => cmd/server/main.go | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename client.go => cmd/client/main.go (100%) rename main.go => cmd/server/main.go (100%) diff --git a/client.go b/cmd/client/main.go similarity index 100% rename from client.go rename to cmd/client/main.go diff --git a/main.go b/cmd/server/main.go similarity index 100% rename from main.go rename to cmd/server/main.go