Files
kubevpn/vendor/github.com/josharian/native
naison d141ec869b fix: fix dns on linux (#336)
* fix: fix dns on linux

* feat: detect run in Github action or not to setup DNS
2024-10-09 19:17:50 +08:00
..
2024-10-09 19:17:50 +08:00
2024-10-09 19:17:50 +08:00
2024-10-09 19:17:50 +08:00
2024-10-09 19:17:50 +08:00

native Go Reference

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.