summaryrefslogtreecommitdiff
path: root/debian/man/go-fix.1
diff options
context:
space:
mode:
Diffstat (limited to 'debian/man/go-fix.1')
-rw-r--r--debian/man/go-fix.125
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/man/go-fix.1 b/debian/man/go-fix.1
new file mode 100644
index 000000000..ed368882d
--- /dev/null
+++ b/debian/man/go-fix.1
@@ -0,0 +1,25 @@
+.\" 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 <stapelberg@debian.org>,
+for the Debian project (and may be used by others).