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

fmt.go

Version
v1.9.3
Published
Jan 22, 2018
Platform
js/wasm
Imports
6 packages
Last checked
2 minutes ago

Tools for package owners.