Documentation ¶
Index ¶
Constants ¶
View Source
const ( Name = "gofumpt" LangFlag = "lang" ModuleFlag = "module" ExtraFlag = "extra" )
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: Name, Doc: `A stricter gofmt Enforce a stricter format than gofmt, while being backwards compatible. That is, gofumpt is happy with a subset of the formats that gofmt is happy with. `, Requires: []*analysis.Analyzer{skipgenerated.Analyzer}, Run: run, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.