|
|
há 2 dias atrás | |
|---|---|---|
| .. | ||
| doc.go | há 2 dias atrás | |
| endian_big.go | há 2 dias atrás | |
| endian_generic.go | há 2 dias atrás | |
| endian_little.go | há 2 dias atrás | |
| license | há 2 dias atrás | |
| readme.md | há 2 dias atrás | |
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.