Documentation ¶
Overview ¶
Package endian provides an architecture agnostic value describing the native endianess on the local machine. See '$GOARCH' in https://golang.org/doc/install/source#environment
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Native = binary.LittleEndian
Native holds the native endianess of the local machine. Is is binary.LittleEndian or binary.BigEndian
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.