summaryrefslogtreecommitdiff
path: root/debian/man/go-install.1
diff options
context:
space:
mode:
Diffstat (limited to 'debian/man/go-install.1')
-rw-r--r--debian/man/go-install.128
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/man/go-install.1 b/debian/man/go-install.1
new file mode 100644
index 000000000..9e53bb2d8
--- /dev/null
+++ b/debian/man/go-install.1
@@ -0,0 +1,28 @@
+.\" Hey, EMACS: -*- nroff -*-
+.TH GO-INSTALL 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 install
+.RB [
+.IR "build flags"
+.RB ]
+.RB [
+.IR packages
+.RB ]
+.SH DESCRIPTION
+Install compiles and installs the packages named by the import paths,
+along with their dependencies.
+.P
+For more about the build flags, see \fBgo-build\fP(1).
+.P
+For more about specifying packages, see \fBgo-packages\fP(7).
+.SH SEE ALSO
+.BR go-build (1),
+.BR go-get (1),
+.BR go-clean (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).