Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "protoget", Doc: "Checks for any directly accesed fields on proto message", Run: run, RunDespiteErrors: true, Requires: []*analysis.Analyzer{inspect.Analyzer}, }
Analyzer checks that all proto message fields are accessed using generated getters only.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.