Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{
Name: "startenumsatone",
Doc: "The standard way of introducing enumerations in Go is to declare a custom type and a const group with iota." +
"Since variables have a 0 default value, you should usually start your enums on a non-zero value.",
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.