GO-INSTALL(1) | General Commands Manual | GO-INSTALL(1) |
go - tool for managing Go source code
go install [ build flags ] [ packages ]
Install compiles and installs the packages named by the import paths, along with their dependencies.
For more about the build flags, see go-build(1).
For more about specifying packages, see go-packages(7).
This manual page was written by Michael Stapelberg <stapelberg@debian.org>, for the Debian project (and may be used by others).
2012-05-13 |