没有生成
我输入的命令是
protoc --go_out=. filscanproto.proto
命令错了,你用的那个只是protobuf平常序列化数据用的 grpc 用下面这个
protoc --go_out=plugins=grpc:. helloworld.proto
2.1m questions
2.1m answers
60 comments
57.0k users