Documentation ¶ Index ¶ Constants type Formatter func New(settings *config.GoFumptSettings, goVersion string) *Formatter func (f *Formatter) Format(_ string, src []byte) ([]byte, error) func (*Formatter) Name() string Constants ¶ View Source const Name = "gofumpt" Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Formatter ¶ type Formatter struct { // contains filtered or unexported fields } func New ¶ func New(settings *config.GoFumptSettings, goVersion string) *Formatter func (*Formatter) Format ¶ func (f *Formatter) Format(_ string, src []byte) ([]byte, error) func (*Formatter) Name ¶ func (*Formatter) Name() string Source Files ¶ View all Source files gofumpt.go Click to show internal directories. Click to hide internal directories.