Rod Hynes 8a972ef75d Use Go modules 3 years ago
..
doc.go f035376103 Update vendored github.com/mdlayher/netlink 4 years ago
endian_big.go f035376103 Update vendored github.com/mdlayher/netlink 4 years ago
endian_generic.go f035376103 Update vendored github.com/mdlayher/netlink 4 years ago
endian_little.go f035376103 Update vendored github.com/mdlayher/netlink 4 years ago
license f035376103 Update vendored github.com/mdlayher/netlink 4 years ago
readme.md f035376103 Update vendored github.com/mdlayher/netlink 4 years ago

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.