doc.go 294 B

12345678
  1. // Package native provides easy access to native byte order.
  2. //
  3. // Usage: use native.Endian where you need the native binary.ByteOrder.
  4. //
  5. // Please think twice before using this package.
  6. // It can break program portability.
  7. // Native byte order is usually not the right answer.
  8. package native