]> Cypherpunks repositories - gostls13.git/commitdiff
doc: update relnote for sync.Map.Clear
authorJes Cok <xigua67damn@gmail.com>
Wed, 10 Apr 2024 13:00:41 +0000 (21:00 +0800)
committerGopher Robot <gobot@golang.org>
Wed, 10 Apr 2024 17:07:25 +0000 (17:07 +0000)
Change-Id: I28baf375502ccf3b0dfcc8250650e914ac7bae78
Reviewed-on: https://go-review.googlesource.com/c/go/+/577835
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Jes Cok <xigua67damn@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

doc/next/6-stdlib/99-minor/sync/61696.md

index d138533597d36d2b5604d807edd4c8bfd94c57d9..59584301f3dd94fe7465f9d786386253b839a40d 100644 (file)
@@ -1,4 +1,2 @@
-The [`(*sync.Map) Clear()`](/pkg/sync#Map.Clear) method deletes
-all the entries, resulting in an empty map
-([#61696](https://github.com/golang/go/issues/61696)).
-It is analogous to `clear`.
\ No newline at end of file
+The [Map.Clear] method deletes all the entries, resulting in
+an empty [Map]. It is analogous to `clear`.