Documentation ¶
Overview ¶
Package endian detects the platform specific byte endianness. On initialization the package checks if the system is using big or little endian byte ordering.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ByteOrder is the current system byte order. ByteOrder binary.ByteOrder )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.