proxy.golang.org : github.com/sethvargo/go-envconfig : v0.4.0
Package envconfig populates struct fields based on environment variable values (or anything that responds to "Lookup"). Structs declare their environment dependencies using the "env" tag with the key being the name of the environment variable, case sensitive. All built-in types are supported except Func and Chan. If you need to define a custom decoder, implement Decoder: In the environment, slices are specified as comma-separated values: In the environment, maps are specified as comma-separated key:value pairs: For more configuration options and examples, see the documentation.
Registry -
Documentation -
Download -
JSON -
codemeta.json
purl: pkg:golang/github.com/sethvargo/go-envconfig@v0.4.0
Published:
Indexed:
Related tag:
v0.4.0
- github.com/google/go-cmp v0.4.1