1
0
mirror of https://github.com/Luzifer/rconfig.git synced 2024-09-19 17:03:00 +00:00
Commit Graph

26 Commits

Author SHA1 Message Date
f4e07b507a
Add support for time.Time flags
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-09-18 00:19:51 +02:00
913d4f1e88
prepare release v2.1.0 2018-08-02 12:04:06 +02:00
f2a0efe97c
Add AutoEnv feature
to automatically derive environment variable names from struct field
names

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-08-02 12:02:47 +02:00
954ac1f137
Fix: Display tag, this repo does not use releases
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-08-02 09:28:55 +02:00
fea5745c0f
Fix LICENSE file
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-08-02 09:27:24 +02:00
09c1546d76
Update README to reflect v2 version change
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-08-02 09:26:42 +02:00
203799bfb5
prepare release v2.0.0 2018-08-02 09:20:09 +02:00
98c74390c0
Breaking: Ensure an empty default string does not yield a slice with 1 element
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-08-02 09:18:59 +02:00
7aef1d393c
prepare release v1.2.0 2017-06-19 14:24:19 +02:00
fbcc119420
Add ParseAndValidate method
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-06-19 14:23:31 +02:00
31d785fa79
Drop tests for Go 1.4/1.5 2016-08-26 00:15:08 +02:00
b838290304
Update README with better examples 2016-08-26 00:12:39 +02:00
c27bd3a64b
Prepared release v1.1.0 2016-06-28 12:32:40 +02:00
02c6b11d62
Support time.Duration config parameters 2016-06-28 12:31:23 +02:00
26776536e6 Added goreportcard badge 2016-01-20 13:04:18 +01:00
bbd03f60c1 Added testcase for using bool with ENV and default 2016-01-20 12:52:21 +01:00
d8a62bd35f Added Args() function to retrieve positional arguments 2015-12-14 02:04:12 +01:00
d194dded1e Do not enforce canonical import path
fixes #2
2015-09-19 14:21:13 +02:00
be3e157291 Fix: Documentation was missing a package 2015-09-11 10:32:02 +02:00
d5247bc73a Use travis-ci status in readme 2015-09-08 23:22:26 +02:00
53c32370a9 Added travis.yml 2015-09-08 23:20:52 +02:00
541280b9bb Documented versioned dependency 2015-09-08 23:15:13 +02:00
da841b2cc9 Ensured precdence with a test, added documentation 2015-09-08 23:11:35 +02:00
7cb1e0ee85 Added VarDefault functionality 2015-09-08 22:07:57 +02:00
ee6f00610f Moved tests to Ginkgo 2015-09-08 22:07:40 +02:00
0c78105a26 Initial version of rconfig 2015-07-12 12:36:18 +02:00