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
Is your feature request related to a problem? Please describe.
son.proto import father.proto from different go_package but same dir. Cant execute protoc:
If lots of proto, not good any more. I can protoc son.proto first, no error alert. Imply no required check, why alert error:inconsistent package import paths?
Describe the solution you'd like
Batch generation with one protoc:
Is your feature request related to a problem? Please describe.
son.proto import father.proto from different go_package but same dir. Cant execute protoc:
Must protoc one by one manual:
If lots of proto, not good any more. I can protoc son.proto first, no error alert. Imply no required check, why alert
error:inconsistent package import paths
?Describe the solution you'd like
Batch generation with one protoc:
Describe alternatives you've considered
Automatically generated one by one.
Additional context
father.proto
son.proto
The text was updated successfully, but these errors were encountered: