Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice if there were usage examples for sync.Map, but there are not currently any.
The text was updated successfully, but these errors were encountered:
sync.Map is a wrapper over map[interface{}]interface{}, so the same rules apply but yeah some more documentation would help.
map[interface{}]interface{}
Sorry, something went wrong.
\cc @bcmills
CL https://golang.org/cl/47990 mentions this issue.
Change https://golang.org/cl/161722 mentions this issue: sync: add examples for Map, Fixes #20973
sync: add examples for Map, Fixes #20973
Change https://golang.org/cl/337390 mentions this issue: sync: add an example for Map
sync: add an example for Map
Successfully merging a pull request may close this issue.
It would be nice if there were usage examples for sync.Map, but there are not currently any.
The text was updated successfully, but these errors were encountered: