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

Top 2.9% on proxy.golang.org
Top 0.8% dependent packages on proxy.golang.org
Top 1.0% dependent repos on proxy.golang.org
Top 6.4% forks on proxy.golang.org
Top 2.0% docker downloads on proxy.golang.org

proxy.golang.org : github.com/codingconcepts/env

Package env makes satisfying factor III of the 12-factor methodology easy, by allowing struct fields to be populated directly from environment variables with the use of struct tags. To use, create a struct tag called "env" and call env.Set, passing a pointer to the struct you wish to populate. You can optionally, provide a "required" tag to determine whether an error should be returned in the event of missing environment configuration. Like the encoding/* packages, env.Set will return an error if a non-pointer type is provided.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/codingconcepts/env
License: MIT
Latest release: almost 5 years ago
First release: almost 5 years ago
Namespace: github.com/codingconcepts
Dependent packages: 61
Dependent repositories: 29
Stars: 102 on GitHub
Forks: 10 on GitHub
Docker dependents: 6
Docker downloads: 232
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago

    Loading...
    Readme
    Loading...