Documentation
¶
Overview ¶
Package gofmt defines an analyzer that reports unformatted Go source files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{
Name: "gofmt",
Doc: "reports Go source files not formatted with gofmt",
Run: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.