You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
map.go: Fix Clear() to actually clear the values and keys.
Because groups are using value semantics, the implementation of Clear() was
accidentally clearing a copy of the group instead of the group itself.
Fixes#20.