Go Concepts - Runtime

From NovaOrdis Knowledge Base
Revision as of 02:19, 22 March 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Internal

Environment Variables

GOPATH

Compiling an Executable

go build creates an executable only if there is a main package, and the package contains a main() function.