grpc 的protoc使用

go get github.com/golang/protobuf/protoc-gen-go

protoc -I ./ user_info.proto --go_out=plugins=grpc:.

原文地址:https://www.cnblogs.com/Asuphy/p/14498986.html