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

16 lines
246 B
Markdown

# how to
To build the Go examples in this directory, run the following command:
```bash
make
```
or run each command sequentially:
```bash
make build ## 构建所有示例
make test ## 运行所有示例
make clean ## 清理构建产物
```