|
|
hai 2 días | |
|---|---|---|
| .. | ||
| doc.go | hai 2 días | |
| endian_big.go | hai 2 días | |
| endian_generic.go | hai 2 días | |
| endian_little.go | hai 2 días | |
| license | hai 2 días | |
| readme.md | hai 2 días | |
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.