1Package native provides easy access to native byte order. 2 3`go get github.com/josharian/native` 4 5Usage: Use `native.Endian` where you need the native binary.ByteOrder. 6 7Please think twice before using this package. 8It can break program portability. 9Native byte order is usually not the right answer. 10