Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{
Name: "errornaming",
Doc: "For error values stored as global variables, use the prefix Err or err depending on whether they're exported.",
Run: run,
}
Analyzer for golang-linter
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.