]> Cypherpunks repositories - gostls13.git/commit
sync/atomic: hint users of old API to use new type-based API instead
authorKeith Randall <khr@golang.org>
Wed, 9 Nov 2022 23:28:44 +0000 (15:28 -0800)
committerKeith Randall <khr@google.com>
Thu, 17 Nov 2022 19:49:29 +0000 (19:49 +0000)
commit0bd4710ca61463716d1f88d33cc4f6e92b9b8255
treeb6adc0811e6fa7677e97abe7b3806d6fb3d3f7f3
parentb74aaa1427916368c5a1e0ba156f461b2a0f411a
sync/atomic: hint users of old API to use new type-based API instead

Fixes #56495

Change-Id: Ib2f39273da68e3056688306aa0d5e274b5507bf4
Reviewed-on: https://go-review.googlesource.com/c/go/+/449237
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Sean Liao <sean@liao.dev>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/sync/atomic/doc.go