debian man page for go-install

Query: go-install

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GO-INSTALL(1)						      General Commands Manual						     GO-INSTALL(1)

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).
SEE ALSO
go-build(1), go-get(1), go-clean(1).
AUTHOR
This manual page was written by Michael Stapelberg <stapelberg@debian.org>, for the Debian project (and may be used by others). 2012-05-13 GO-INSTALL(1)
Related Man Pages
go-clean(1) - debian
go-get(1) - debian
go(1) - debian
mk-build-deps(1) - debian
go-packages(7) - bsd
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Is UNIX an open source OS ?
Detecting unused variables...