I suggest adding the `Len` method to the version of `sync.Map` in the Go1.9 version. ```go func (m *Map) Len() int ``` The following is a reference: https://github.com/henrylee2cn/goutil/blob/master/map.go#L604