Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "alphabetorder", Doc: Doc, Requires: []*analysis.Analyzer{inspect.Analyzer}, Run: run, }
View Source
var Doc = `sort variable by alphabet order
// Alphabetical order
above comment check.
`
View Source
var ErrNotAlphabetOrder = errors.New("not sort by alphabet order")
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.