open-nomad/command/agent/consul
Michael Schurter 5794e5ece7 Use int32 for atomic ops to avoid alignment issues
From https://golang.org/pkg/sync/atomic/#pkg-note-BUG :

On both ARM and x86-32, it is the caller's responsibility to arrange for
64-bit alignment of 64-bit words accessed atomically. The first word in
a global variable or in an allocated struct or slice can be relied upon
to be 64-bit aligned.
2017-08-04 10:14:16 -07:00
..
catalog_testing.go Follow _testing.go convention for testing tools 2017-04-19 12:42:47 -07:00
client.go Use int32 for atomic ops to avoid alignment issues 2017-08-04 10:14:16 -07:00
int_test.go Synchronously deregister agent on shutdown 2017-07-24 11:40:37 -07:00
script.go Thanks go vet! 2017-04-19 13:05:41 -07:00
script_test.go Forgot to setcmdenv 2017-07-25 12:09:57 -07:00
unit_test.go Error -> Errof 2017-07-19 10:00:57 -07:00