iptables-helper/README.MD
2023-11-03 11:32:26 +08:00

15 lines
189 B
Markdown

### 初始化项目
```shell
go generate -x init.go
```
生成 swagger
```shell
swag init -d ./ -g ./main.go -pd
```
编译
```shell
go build -o iptables-helper main.go
```