protoc-gen-coco/README.md
2024-03-19 23:05:40 +08:00

20 lines
255 B
Markdown

# protoc-gen-coco
## install
```shell
go install gitter.top/coco/protoc-gen-coco@latest
```
## usage
```shell
protoc example.proto --coco_out=. --go_out=.
```
## debug
```shell
go install .
protoc --coco_out=. .\example_errcode.proto --go_out=.
```