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.0
- Published
- Aug 24, 2017
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 24 seconds ago –
Tools for package owners.