leonnicolas 6a696e03e7 migrate to golang.zx2c4.com/wireguard/wgctrl (#239) %!s(int64=4) %!d(string=hai) anos
..
doc.go 6a696e03e7 migrate to golang.zx2c4.com/wireguard/wgctrl (#239) %!s(int64=4) %!d(string=hai) anos
endian_big.go 6a696e03e7 migrate to golang.zx2c4.com/wireguard/wgctrl (#239) %!s(int64=4) %!d(string=hai) anos
endian_generic.go 6a696e03e7 migrate to golang.zx2c4.com/wireguard/wgctrl (#239) %!s(int64=4) %!d(string=hai) anos
endian_little.go 6a696e03e7 migrate to golang.zx2c4.com/wireguard/wgctrl (#239) %!s(int64=4) %!d(string=hai) anos
license 6a696e03e7 migrate to golang.zx2c4.com/wireguard/wgctrl (#239) %!s(int64=4) %!d(string=hai) anos
readme.md 6a696e03e7 migrate to golang.zx2c4.com/wireguard/wgctrl (#239) %!s(int64=4) %!d(string=hai) anos

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.