atomicgo.uber.org/atomic

Imports of package atomic

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
mathPackage math provides basic constants and mathematical functions.
strconvPackage strconv implements conversions to and from string representations of basic data types.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.