Go Concepts - Runtime

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Environment Variables

GOPATH

Compiling an Executable

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