modulepackage
0.0.0-20231216185931-3b37b1ee7029
Repository: https://github.com/syntelos/go-endian.git
Documentation: pkg.go.dev
# README
Host byte order for GOPL coders
var endian.HostOrder ByteOrder
Implements host byte order determination as one of two principals: large or small. N.B. Ancient alternatives from antiquity are ignored.
References
[WIKI] https://en.wikipedia.org/wiki/Endianness [BINC] https://pkg.go.dev/encoding/binary [GOPL] https://go.dev/
# Constants
No description provided by the author
No description provided by the author
# Interfaces
* Byte order type abstraction to support host byte order.