Files
tsnet-proxy/vendor/github.com/josharian/native/readme.md
2024-11-01 17:43:06 +00:00

435 B

native Go Reference

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.