package helpers import "encoding/binary" // NativeEndian implements binary native byte order. var NativeEndian = binary.LittleEndian