Skip to content
/ merger Public

Package merger performs recursive merge of maps or structures into new one.

License

Notifications You must be signed in to change notification settings

iph0/merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Package merger performs recursive merge of maps or structures into new one.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages