zeromicro / zero-doc

The docs for go-zero
MIT License
551 stars 248 forks source link

Error when generate rpc proto #42

Open vietnguyen87 opened 3 years ago

vietnguyen87 commented 3 years ago

I try to run the command goctl rpc proto -src transform.proto -dir . but got error image

Help me, please. Thanks.!

kesonan commented 3 years ago

Hi @vietnguyen87 , to delete the plugin protoc-gen-go in $PATH, and then install protoc-gen-go with go get -u github.com/golang/protobuf/protoc-gen-go@v1.3.2 please !

vietnguyen87 commented 3 years ago

Hi @anqiansong , That's great.! Thanks so much.!

Jsharkc commented 3 years ago

Hi @anqiansong , I ran into the same error. Thank you so much.!