Documentation
¶
Overview ¶
Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. It also includes information about the system where the program is running.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsBigEndian ¶
func IsBigEndian() bool
IsLittleEndian checks if the current platform uses big-endian.
func IsLittleEndian ¶
func IsLittleEndian() bool
IsLittleEndian checks if the current platform uses little-endian.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.