1
0
Fork 0
design-patterns/go/README.md

276 B

how to

To build the Go examples in this directory, navigate to the specific example folder and run the following command:

make build ## 构建所有示例
make test  ## 运行所有示例
make clean ## 清理构建产物
# 或者运行所有命令
make -s all