Jose Cáceres
Jose Cáceres
### What version of rules_go are you using? v0.42.0 ### What version of gazelle are you using? v0.34.0 ### What version of Bazel are you using? 7.0.2 ### Does this...
In concordance to https://google.github.io/styleguide/go/decisions#package-names package names should: ``` Avoid uninformative package names like util, utility, common, helper, models, and so on that would tempt users of the package to [rename...
Since this pattern `var _ StrictServerInterface = (*PetStore)(nil)` should be use on very rare cases. Instead of doing so, the code generator could generate an `unimplemented` struct type that could...