We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I suggest adding the Len method to the version of sync.Map in the Go1.9 version.
Len
sync.Map
func (m *Map) Len() int
The following is a reference:
https://github.com/henrylee2cn/goutil/blob/master/map.go#L604
The text was updated successfully, but these errors were encountered:
Very practical,I ding you!
Sorry, something went wrong.
Duplicate of #20680. Other method suggestions in 1. #21199.
or Size()
Closing as duplicate.
No branches or pull requests
I suggest adding the
Len
method to the version ofsync.Map
in the Go1.9 version.The following is a reference:
https://github.com/henrylee2cn/goutil/blob/master/map.go#L604
The text was updated successfully, but these errors were encountered: