Skip to content

Tags: letory/envconfig

Tags

v1.3.0

Toggle v1.3.0's commit message
Map support (kelseyhightower#73)

* support maps with "key1:val1,key2:val2" syntax

* quote the invalid string in error msgs

* document map support in the README

closes kelseyhightower#70

v1.2.0

Toggle v1.2.0's commit message
Adding build tags to use `os.LookupEnv` in >=go1.5 (kelseyhightower#65)

* using build tags to allow for os.LookupEnv in >=go1.5

* swapping build tags

* changing to only use os.LookupEnv for appengine

1.1.0

Toggle 1.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
add slice example

v1.1.0

Toggle v1.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
add slice example

v1.0.0

Toggle v1.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request kelseyhightower#1 from aybabtme/clearer_error

Contextual info to error messages