Home > other >  Protobuf generation problems
Protobuf generation problems

Time:05-25

I wrote a proto file, the name is myproto proto
I use the command protoc - go_out plugins==GRPC:. Myproto. Proto generated will prompt
-- go_out protoc - gen - go: plugins are not supported. Use 'protoc - go - grpc_out=... 'to generate gRPC

My proto version is 3.17.0 the Internet seems to be under the command is the older version does not support, could you tell me how much is the production of the new command,
  • Related