Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "misspell"
Name is the name of the analyzer.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: Name, Doc: "Checks the spelling error in code", Run: run, }
Analyzer is the analyzer struct of misspell.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.