gofumpt

package
v0.0.0-...-d6d8d39 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 22, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL