Go - go (The Go tool)
Table of Contents
About
The go tool builds source packages and installs the resulting binaries to the pkg and bin directories of the workspace
The go tool will only print output when an error occurs.
Sub-command
Build / Compile
go build pathToGoPackageFromGoPathSrc
# or (default to the current directory)
go build