Skip to content

Files

Latest commit

May 31, 2018
dd60b5b · May 31, 2018

History

History
12 lines (9 loc) · 793 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 793 Bytes

merger

GoDoc Build Status Go Report Card

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.