...

Source file src/github.com/josharian/native/doc.go

Documentation: github.com/josharian/native

     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
     9  

View as plain text