kilo/vendor/github.com/josharian/native
leonnicolas bde5c3e7d1
vendor wgctrl
Signed-off-by: leonnicolas <leonloechner@gmx.de>
2022-01-30 17:02:44 +01:00
..
doc.go vendor wgctrl 2022-01-30 17:02:44 +01:00
endian_big.go vendor wgctrl 2022-01-30 17:02:44 +01:00
endian_generic.go vendor wgctrl 2022-01-30 17:02:44 +01:00
endian_little.go vendor wgctrl 2022-01-30 17:02:44 +01:00
go.mod vendor wgctrl 2022-01-30 17:02:44 +01:00
license vendor wgctrl 2022-01-30 17:02:44 +01:00
readme.md vendor wgctrl 2022-01-30 17:02:44 +01:00

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.