mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-08 19:43:57 +01:00
If the host OS is already big endian, we were swapping bytes when we shouldn't have. Use the Go helper to make sure we do the endianness correctly Fixes: #1189