commit | 6586aadd5ea8a2484e3da69846292e02ff5946c3 | [log] [tgz] |
---|---|---|
author | Frank Schröder <frank.schroeder@gmail.com> | Sun Mar 16 12:05:54 2014 +0100 |
committer | Frank Schröder <frank.schroeder@gmail.com> | Sun Mar 16 12:05:54 2014 +0100 |
tree | 3090d920d1ecd0e486bbe3d702af320d7279aba3 | |
parent | 8a6c9e69c72b461be06723866b13fd69d3e28568 [diff] |
Added travis integration Small formatting changes
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.
Value expressions can refer to other keys like in ${key}
or to environment variables like in ${USER}
.
Filenames can also contain environment variables like in /home/${USER}/myapp.properties
.
The properties library 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.