aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJes Cok <xigua67damn@gmail.com>2024-04-10 21:00:41 +0800
committerGopher Robot <gobot@golang.org>2024-04-10 17:07:25 +0000
commit236fe24ed5e27e7b91e79f2e199b10fca13a99ba (patch)
treef56178e3a130554003eba6542f4ae5e8abe21a08 /doc
parent1bac2528fc83f0b75c436184c010697198eb0782 (diff)
downloadgo-236fe24ed5e27e7b91e79f2e199b10fca13a99ba.tar.gz
go-236fe24ed5e27e7b91e79f2e199b10fca13a99ba.zip
doc: update relnote for sync.Map.Clear
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/next/6-stdlib/99-minor/sync/61696.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/next/6-stdlib/99-minor/sync/61696.md b/doc/next/6-stdlib/99-minor/sync/61696.md
index d138533597..59584301f3 100644
--- a/doc/next/6-stdlib/99-minor/sync/61696.md
+++ b/doc/next/6-stdlib/99-minor/sync/61696.md
@@ -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`.