keksvpn/vendor/github.com/josharian/native
Kekskurse 4e08e8410a
init
2022-02-27 04:22:11 +01:00
..
doc.go init 2022-02-27 04:22:11 +01:00
endian_big.go init 2022-02-27 04:22:11 +01:00
endian_generic.go init 2022-02-27 04:22:11 +01:00
endian_little.go init 2022-02-27 04:22:11 +01:00
license init 2022-02-27 04:22:11 +01:00
readme.md init 2022-02-27 04:22:11 +01:00

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.