commit | 7f1d10f14c695282116b3cdb7d251cc228414278 | [log] [tgz] |
---|---|---|
author | Frank Schroeder <frschroeder@ebay.com> | Mon Jan 20 21:06:23 2014 +0100 |
committer | Frank Schroeder <frschroeder@ebay.com> | Mon Jan 20 22:30:10 2014 +0100 |
tree | 6641a9df0e01c860af6e800eac384fda41a6ef37 | |
parent | 5236b1759945de810890a59eb227d2961c84110d [diff] |
Rename to properties and add version information for v1.1.0
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.