commit | dc5b5a653d7c37ac1786deefb727c5cf1bd8338e | [log] [tgz] |
---|---|---|
author | Frank Schroeder <frschroeder@ebay.com> | Mon Jan 20 22:28:26 2014 +0100 |
committer | Frank Schroeder <frschroeder@ebay.com> | Mon Jan 20 22:30:11 2014 +0100 |
tree | e664a652c6e457841333410b577d827953d0277e | |
parent | 0dab2f6768d0c9a1ab1a695ff3abc30251353f2c [diff] |
Fixed expansion of expressions that were in the middle of a string.
properties is a Go library for reading and writing properties files.
It supports reading from multiple files and Spring style recursive property expansion of expressions like ‘${key}’ to their corresponding value.
The current version supports both ISO-8859-1 and UTF-8 encoded data.
$ go get github.com/magiconair/properties
2 clause BSD license. See LICENSE file for details.