fmtcmd

package standard library
go1.25.2 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2025 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Overview

Package fmtcmd implements the “go fmt” command.

Index

Constants

This section is empty.

Variables

View Source
var CmdFmt = &base.Command{ Run: runFmt,	UsageLine: "go fmt [-n] [-x] [packages]",	Short: "gofmt (reformat) package sources",	Long: ` Fmt runs the command 'gofmt -l -w' on the packages named by the import paths. It prints the names of the files that are modified. For more about gofmt, see 'go doc cmd/gofmt'. For more about specifying packages, see 'go help packages'. The -n flag prints commands that would be executed. The -x flag prints commands as they are executed. The -mod flag's value sets which module download mode to use: readonly or vendor. See 'go help modules' for more. To run gofmt with specific options, run gofmt itself. See also: go fix, go vet.	`, }

Functions

This section is empty.

Types

This section is empty.