const intWidth … var byteOrder … // ByteOrder returns the byte order for the CPU's native endianness. func ByteOrder() binary.ByteOrder { … } func init() { … }
const intWidth … var byteOrder … // ByteOrder returns the byte order for the CPU's native endianness. func ByteOrder() binary.ByteOrder { … } func init() { … }