# 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=. ```