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

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.