.\" Hey, EMACS: -*- nroff -*- .TH GO-FIX 1 "2012-05-13" .\" Please adjust this date whenever revising the manpage. .SH NAME go \- tool for managing Go source code .SH SYNOPSIS .B go fix .RB [ .IR packages .RB ] .SH DESCRIPTION Fix runs the Go fix command on the packages named by the import paths. .P For more about fix, see 'godoc fix'. .P For more about specifying packages, see \fBgo-packages\fP(7). .P To run fix with specific options, run 'go tool fix'. .SH SEE ALSO .BR go-fmt (1), .BR go-vet (1). .SH AUTHOR .PP This manual page was written by Michael Stapelberg , for the Debian project (and may be used by others).