iptables-helper/README.MD

15 lines
189 B
Plaintext
Raw Normal View History

2023-11-01 20:26:27 +08:00
### 初始化项目
```shell
go generate -x init.go
2023-11-02 02:49:07 +08:00
```
生成 swagger
```shell
swag init -d ./ -g ./main.go -pd
```
2023-11-03 11:32:26 +08:00
编译
```shell
go build -o iptables-helper main.go
```