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
I found more and more projects that store the protobuf files into
proto/ - for their own files
third_party/proto - for the dependencies
This will make it easier to maintain multiple versions in the future but also works more nicely with buf linter.
On the downside these folders are not resolved by the Golang IDE automatically for dependencies.
The text was updated successfully, but these errors were encountered:
I found more and more projects that store the protobuf files into
proto/
- for their own filesthird_party/proto
- for the dependenciesThis will make it easier to maintain multiple versions in the future but also works more nicely with
buf
linter.On the downside these folders are not resolved by the Golang IDE automatically for dependencies.
The text was updated successfully, but these errors were encountered: