An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

proxy.golang.org : github.com/sethvargo/go-envconfig : v1.0.2

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@v1.0.2
Published:
Indexed:

    Loading...
    Readme
    Loading...
    Dependencies