mirror of
https://github.com/slackhq/nebula.git
synced 2026-05-17 05:17:37 +02: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