var (
// ByteOrder is the current system byte order.
ByteOrder binary.ByteOrder
)
func IsBig() bool
IsBig checks if the machine uses the Big Endian byte order.
func IsLittle() bool
IsLittle checks if the machine uses Little Endian byte ordering.