Documentation
¶
Overview ¶
Package runtime provides information about the environment where the program was compiled.
Index ¶
Constants ¶
View Source
const GOARCH string = "unknown"
GOARCH is the running program's architecture target: one of amd64, arm64, and so on.
View Source
const GOOS string = "unknown"
GOOS is the running program's operating system target: one of darwin, linux, windows, and so on.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.