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
When there are multiple mutations to be made at many places,
`Load(), Merge(), MergeAt()` requires a lot of boilerplate code.
`Set(key string, val interface{})` is a new shorthand that allows
a value to be directly merge at the given key without having to
initialize a new Koanf{} object.
Closes#191.
0 commit comments