Given a byte b, how do I convert it to a byte of particular endianness?
It is not clear to me looking at "encoding/binary"
(I am assuming that golang byte endianness varies across architectures. If this is wrong please educate me). :-)
Thanks,
Glen