|
|
%!s(int64=4) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| doc.go | %!s(int64=4) %!d(string=hai) anos | |
| endian_big.go | %!s(int64=4) %!d(string=hai) anos | |
| endian_generic.go | %!s(int64=4) %!d(string=hai) anos | |
| endian_little.go | %!s(int64=4) %!d(string=hai) anos | |
| license | %!s(int64=4) %!d(string=hai) anos | |
| readme.md | %!s(int64=4) %!d(string=hai) anos | |
Package native provides easy access to native byte order.
go get github.com/josharian/native
Usage: Use native.Endian where you need the native binary.ByteOrder.
Please think twice before using this package. It can break program portability. Native byte order is usually not the right answer.