magiconair / properties

Java properties scanner for Go
BSD 2-Clause "Simplified" License
323 stars 77 forks source link

Refactor loading #31

Closed magiconair closed 6 years ago

magiconair commented 6 years ago

This patch refactors the loading functions and moves them into a general Loader object.

It also ensures that the DisableExpansion flag from #26 is propagated to the Properties object.