Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Analyzer = &analysis.Analyzer{ Name: "intrange", Doc: "intrange is a linter to find places where for loops can make use of an int range.", Run: run, Requires: []*analysis.Analyzer{inspect.Analyzer}, } ErrNoResult = errors.New("no inspect result") ErrResultType = errors.New("inspect result has wrong type") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.