grpcall/README.md
2023-05-30 17:32:00 +08:00

350 B

Grpcall

Protoset file command

protoc --go_out=. \
       --go-grpc_out=. \
       --descriptor_set_out=device.protoset \
       --include_imports \
       ./proto3/device.proto

Protoc version

protoc --version // libprotoc 3.20.3

Credits

https://github.com/rfyiamcool/grpcall