table of contents
other versions
- Tumbleweed 13.4.0+git9739-1.1
- Leap-16.0
- Leap-15.6
gofmt(1) | User Commands | gofmt(1) |
NAME¶
gofmt - format Go code
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)
January 2015 | Go |