magiconair / properties

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

Add LoadMap initializer function #22

Closed magiconair closed 7 years ago

magiconair commented 7 years ago

PR #21 added a Map() function to render a Properties object into a string map. LoadMap() should be the counterpart to this to create a Properties object from a string map.