mirror of
https://github.com/golang/go.git
synced 2025-05-31 23:25:39 +00:00
Change-Id: Ib7666b3df1d7190772748129c349d4dc7046ca5b Reviewed-on: https://go-review.googlesource.com/c/go/+/571795 TryBot-Bypass: Russ Cox <rsc@golang.org> Auto-Submit: Russ Cox <rsc@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com>
189 B
189 B
The (*sync.Map) Clear()
method deletes
all the entries, resulting in an empty map
(#61696).
It is analogous to clear
.