We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Please answer these questions before submitting your issue. Thanks!
go version
go 1.10.1
go env
Try to find a easy way to get the length of sync.Map. Currently, the only way to call the Range func
func (m *Map) Len() int
The text was updated successfully, but these errors were encountered:
Duplicate of #20680 ?
Sorry, something went wrong.
Yes, closing as dup.
No branches or pull requests
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?go 1.10.1
Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?What did you do?
Try to find a easy way to get the length of sync.Map. Currently, the only way to call the Range func
What did you expect to see?
func (m *Map) Len() int
What did you see instead?
The text was updated successfully, but these errors were encountered: