|
|
преди 2 дни | |
|---|---|---|
| .. | ||
| doc.go | преди 2 дни | |
| endian_big.go | преди 2 дни | |
| endian_generic.go | преди 2 дни | |
| endian_little.go | преди 2 дни | |
| license | преди 2 дни | |
| readme.md | преди 2 дни | |
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.