GO-FMT(1) | General Commands Manual | GO-FMT(1) |
go - tool for managing Go source code
go fmt [-n] [-x] [ packages ]
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.
This manual page was written by Michael Stapelberg <stapelberg@debian.org>, for the Debian project (and may be used by others).
2012-06-15 |