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
But didn't see any way of doing that without casting back to map[string]any and doing it myself. It would be nice to have this. I worked around it by using m.Set("foo.bar", nil), but that may not work for other peoples' use cases.
The text was updated successfully, but these errors were encountered:
I found myself wanting to do something like this
But didn't see any way of doing that without casting back to
map[string]any
and doing it myself. It would be nice to have this. I worked around it by usingm.Set("foo.bar", nil)
, but that may not work for other peoples' use cases.The text was updated successfully, but these errors were encountered: