table of contents
other versions
- wheezy 2:1.0.2-1.1
- wheezy-backports 2:1.3.3-1~bpo70+1
- jessie 2:1.3.3-1
- jessie-backports 2:1.7~5~bpo8+1
- testing 2:1.7~5
- unstable 2:1.7~5
- experimental 2:1.8~2
GO-FIX(1) | General Commands Manual | GO-FIX(1) |
NAME¶
go - tool for managing Go source codeSYNOPSIS¶
go fix [ packages ]DESCRIPTION¶
Fix runs the Go fix command on the packages named by the import paths. For more about fix, see 'godoc fix'. For more about specifying packages, see go-packages(7). To run fix with specific options, run 'go tool fix'.SEE ALSO¶
go-fmt(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-05-13 |