package fmtcmd
import "cmd/go/internal/fmtcmd"
Package fmtcmd implements the “go fmt” command.
Index ¶
Variables ¶
var CmdFmt = &base.Command{ Run: runFmt, UsageLine: "fmt [-n] [-x] [packages]", Short: "run gofmt on package sources", Long: "" /* 426 byte string literal not displayed */, }
Source Files ¶
- Version
- v1.9.2
- Published
- Oct 25, 2017
- Platform
- js/wasm
- Imports
- 6 packages
- Last checked
- 2 minutes ago –
Tools for package owners.