mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
dce59d9277
sync/atomic must be used with 64-bit aligned fields, and that alignment is difficult to ensure unless the field is the first one in the struct. https://golang.org/pkg/sync/atomic/#pkg-note-BUG.