Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: analyzerName, Doc: "finds ioutil.ReadAll usages", Run: analyzers.Analyze(run), Requires: []*analysis.Analyzer{nolinter.Analyzer}, }
Analyzer ioutil.ReadAll is expensive. This linter will nudge you about ioutil.ReadAll presence in your code.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.