On Feb 27, 2017, at 1:54 PM, Glen Newton <[email protected]> wrote: > Ack! Sorry. > > I was referring to bit endianness https://en.wikipedia.org/wiki/Bit_numbering
I think the golang package only deals with byte-oriented interfaces. Most CPUs can't address units smaller than a byte anyway, so endianness isn't really observable from software. So the bit-endianness of individual bytes is determined by whatever you are passing those bytes to (presumably some hardware port?). -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
