proxy.golang.org : github.com/meowgorithm/babyenv : v1.3.0
Package babyenv collects environment variables and places them in corresponding struct fields. It aims to reduce the boilerplate in reading data from the environment. The struct should contain `env` tags indicating the names of corresponding environment variables. The values of those environment variables will be then collected and placed into the struct. If nothing is found, struct fields will be given their default values (for example, `bool`s will be `false`). Default values can also be provided in the `default` tag. A 'required' flag can also be set in the following format: If a required flag is set the 'default' tag will be ignored. Only a few types are supported: string, bool, int, []byte, *string, *bool, *int, *[]byte. An error will be returned if other types are attempted to be processed. Example:
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/meowgorithm/[email protected]
Published:
Indexed:
Related tag:
v1.3.0