Go Concepts - Runtime
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.
go build creates an executable only if there is a main package, and the package contains a main() function.