You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added
: To compile proto by buf instead of protoc
Why is this needed
: It's because I need to manually download and add some external protos (e.g., google.api.xxx.proto) when I compile protos by protoc.
I think buf could provide a proper way, and also proto versioning could be effective.
The text was updated successfully, but these errors were encountered:
What would you like to be added
: To compile
proto
bybuf
instead ofprotoc
Why is this needed
: It's because I need to manually download and add some external
proto
s (e.g., google.api.xxx.proto) when I compileproto
s byprotoc
.I think
buf
could provide a proper way, and alsoproto
versioning could be effective.The text was updated successfully, but these errors were encountered: