debian man page for go-fmt

Query: go-fmt

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GO-FMT(1)						      General Commands Manual							 GO-FMT(1)

NAME
go - tool for managing Go source code
SYNOPSIS
go fmt [-n] [-x] [ packages ]
DESCRIPTION
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 'godoc gofmt'. For more about specifying packages, see go-packages(7). To run gofmt with specific options, run gofmt itself.
OPTIONS
-n The -n flag causes tool to print the command that would be executed but not execute it. -x The -x flag causes clean to print remove commands as it executes them.
SEE ALSO
go-doc(1), go-fix(1), go-vet(1).
AUTHOR
This manual page was written by Michael Stapelberg <stapelberg@debian.org>, for the Debian project (and may be used by others). 2012-06-15 GO-FMT(1)
Related Man Pages
go-get(1) - debian
godoc(1) - debian
go-packages(7) - debian
go-path(7) - debian
go-packages(7) - bsd
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com