gurkankaymak / hocon

go implementation of lightbend's HOCON configuration library https://github.com/lightbend/config
MIT License
79 stars 17 forks source link

Add ability to merge config-trees #1

Closed kolstae closed 4 years ago

kolstae commented 4 years ago

One of the really powerful features of lightbends library is merging config-trees. It would be really great to have this in go as well.

gurkankaymak commented 4 years ago

sure, thanks for the feedback

kolstae commented 4 years ago

That was fast :) Would it be better to create a new object for the merged config? So fallback isn't changed.

gurkankaymak commented 4 years ago

good point 👍