mirror of https://github.com/golang/go.git
pr-fixes:
Signed-off-by: Nasfame <laciferin@gmail.com> Took 3 minutes
This commit is contained in:
parent
51e8fbf577
commit
a60a0250b9
|
|
@ -1,4 +1,4 @@
|
|||
The [`(*sync.Map) Clear()`](//sync#Map.Clear) method deletes
|
||||
all the entries, resulting in an empty
|
||||
The [`(*sync.Map) Clear()`](//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`.
|
||||
Loading…
Reference in New Issue