Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{
Name: "gofmt",
Doc: "gofmt checks whether code was gofmt-ed" +
"this tool runs with -s option to check for code simplification",
Run: run,
}
Analyzer is the analyzer struct of gofmt.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.