|
|
пре 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.