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
As you can see the both vip and internal are both kept while i override map has one of the declared as empty.
I tried both mergo.Merge(&origProfile, overrideProfile, mergo.WithOverwriteWithEmptyValue)
and mergo.Merge(&origProfile, overrideProfile, mergo.WithOverwrite)
The text was updated successfully, but these errors were encountered:
Thanks for opening a new issue. The team has been notified and will review it as soon as possible.
For urgent issues and priority support, visit https://xscode.com/imdario/mergo
original map:
As yaml:
override map:
as yaml:
merged map:
As yaml:
As you can see the both
vip
andinternal
are both kept while i override map has one of the declared as empty.I tried both
mergo.Merge(&origProfile, overrideProfile, mergo.WithOverwriteWithEmptyValue)
and
mergo.Merge(&origProfile, overrideProfile, mergo.WithOverwrite)
The text was updated successfully, but these errors were encountered: