package fmtcmd

import "cmd/go/internal/fmtcmd"

Package fmtcmd implements the “go fmt” command.

Index

Variables

var CmdFmt = &base.Command{
	Run:       runFmt,
	UsageLine: "go fmt [-n] [-x] [packages]",
	Short:     "gofmt (reformat) package sources",
	Long:      "" /* 426 byte string literal not displayed */,
}

Source Files

fmt.go

Version
v1.11.9
Published
Apr 11, 2019
Platform
windows/amd64
Imports
11 packages
Last checked
4 seconds ago

Tools for package owners.