Package merger performs recursive merge of maps or structures into new one. Non-zero values from the right side has higher precedence. Slices do not merging, because main use case of this package is merging configuration parameters, and in this case merging of slices is unacceptable. Slices from the right side has higher precedence.
See documentation on GoDoc for more information.