### 一键初始化项目
```shell
go generate -x
```
### 运行项目
go run cmd/client/main.go
### 编译项目
go build -o bin/client cmd/client/main.go