Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Merge ¶
func Merge(src, dst interface{}, override bool) interface{}
Merge takes two unmarshalled yaml files, and merges src into dst while overriding existing values. Enabling override mode will override existing keys in dst. Disabling override mode will merge existing maps recursively & append to existing lists in dst.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.