summaryrefslogtreecommitdiff
path: root/debian/man/go-doc.1
blob: cf20d784d8a64da87b1346695968d6687c9ad9d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.\"                                      Hey, EMACS: -*- nroff -*-
.TH GO-DOC 1 "2012-06-15"
.\" Please adjust this date whenever revising the manpage.
.SH NAME
go \- tool for managing Go source code
.SH SYNOPSIS
.B go doc
.RB [\|\-n\|]
.RB [\|\-x\|]
.RB [
.IR packages
.RB ]
.SH DESCRIPTION
Doc runs the godoc command on the packages named by the
import paths.
.P
For more about godoc, see 'godoc godoc'.
.P
For more about specifying packages, see \fBgo-packages\fP(7).
.P
To run godoc with specific options, run godoc itself.
.SH OPTIONS
.TP
.B \-n
The \-n flag causes tool to print the command that would be
executed but not execute it.
.TP
.B \-x
The \-x flag causes clean to print remove commands as it executes them.
.SH SEE ALSO
.BR godoc (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).