March 2020
Intermediate to advanced
406 pages
8h 39m
English
Within the Go source code, we can see the runtime source by looking at https://golang.org/src/runtime/. The runtime package contains operations that interact with the Go runtime. This package is used to control things such as goroutines, garbage collection, reflection, and scheduling, which are all functions that are essential to the operation of the language. Within the runtime package, we have many environment variables that help us change the runtime behavior of Go executables. Let's review some of the most important environment variables we can talk about with respect to the Go runtime.
Read now
Unlock full access