Documentation ¶
Overview ¶
Package platform provides helper function to get the runtime architecture for different platforms.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Architecture string
Architecture holds the runtime architecture of the process.
Unlike runtime.GOARCH (which refers to the compiler platform), Architecture refers to the running platform.
For example, Architecture reports "x86_64" as architecture, even when running a "linux/386" compiled binary on "linux/amd64" hardware.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.