8000 Tags · herryup/atomic · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: herryup/atomic

Tags

v1.7.0

Toggle v1.7.0's commit message
v1.7.0

Added
=====

- Support JSON serialization and deserialization of primitive atomic types.
- Support Text marshalling and unmarshalling for string atomics.

Changed
=======

- Disallow incorrect comparison of atomic values in a non-atomic way.

Removed
=======

- Remove dependency on `golang.org/x/{lint, tools}`.

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add atomic duration type (uber-go#37)

wrapper around existing `Int64` type for atomic operations on `time.Duration` values
0