doc: define how sync/atomic interacts with memory model · Issue #5045 · golang/go

Neither golang.org/ref/mem nor golang.org/pkg/sync/atomic say anything about what guarantees are made by the atomic operations wrt the memory model. They should be as weak as possible, of course, b...