gofmt - Man Page

format Go code

Examples (TL;DR)

Synopsis

gofmt [flags] [path]...

Description

A tool for formatting Go source code.  For full documentation run gofmt -help or see http://golang.org/cmd/gofmt.

See Also

go(1)

Referenced By

go(1).

January 2015 Go