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