|
|
hace 4 años | |
|---|---|---|
| .. | ||
| doc.go | hace 4 años | |
| endian_big.go | hace 4 años | |
| endian_generic.go | hace 4 años | |
| endian_little.go | hace 4 años | |
| go.mod | hace 4 años | |
| license | hace 4 años | |
| readme.md | hace 4 años | |
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.