go-install (1) - Linux Man Pages
go-install: tool for managing Go source code
NAME
go - tool for managing Go source code
SYNOPSIS
go install [ build flags ] [ packages ]DESCRIPTION
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).
AUTHOR
This manual page was written by Michael Stapelberg <stapelberg [at] debian.org>, for the Debian project (and may be used by others).