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 ```