Documentation
¶
Overview ¶
Package gofumpt defines an analyzer that reports Go source files not formatted with gofumpt (a strict superset of gofmt).
All gofumpt.Options fields are exposed as flags automatically via reflection. If gofumpt adds new options, they become available without code changes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{
Name: "gofumpt",
Doc: "reports Go source files not formatted with gofumpt",
Run: run,
Flags: buildFlags(),
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.