Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 435 Bytes

readme.md

File metadata and controls

12 lines (7 loc) · 435 Bytes

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.