Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: abhishp/envconfig

Tags

v1.4.1

Toggle v1.4.1's commit message
Add support for globally setting split words option for

v1.4.0

Toggle v1.4.0's commit message
Process values bound for []byte fields like strings.

fixes kelseyhightower#141

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 #1 from aybabtme/clearer_error

Contextual info to error messages