From 539182fdedf49224c5dc3487ac9ba3bce27e90e8 Mon Sep 17 00:00:00 2001 From: IvisTang Date: Tue, 9 Dec 2025 10:57:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md=EF=BC=8C?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=9E=84=E5=BB=BA=E5=91=BD=E4=BB=A4=E7=9A=84?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F=E5=92=8C=E6=B3=A8=E9=87=8A=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E5=BC=BA=E5=8F=AF=E8=AF=BB=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go/README.md b/go/README.md index e5bbefe..a4273f5 100644 --- a/go/README.md +++ b/go/README.md @@ -3,9 +3,9 @@ To build the Go examples in this directory, navigate to the specific example folder and run the following command: ```bash +make +# 或者依次运行所有命令 make build ## 构建所有示例 make test ## 运行所有示例 make clean ## 清理构建产物 -# 或者运行所有命令 -make ```