周玉环 d906a41c2e first commit 2 днів тому
..
doc.go d906a41c2e first commit 2 днів тому
endian_big.go d906a41c2e first commit 2 днів тому
endian_generic.go d906a41c2e first commit 2 днів тому
endian_little.go d906a41c2e first commit 2 днів тому
license d906a41c2e first commit 2 днів тому
readme.md d906a41c2e first commit 2 днів тому

readme.md

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.