protoc-gen-coco/README.md

20 lines
255 B
Markdown
Raw Normal View History

2023-03-12 15:56:26 +00:00
# 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=.
```