.\" 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 , for the Debian project (and may be used by others).