golang-env-struct

This package does apply if set the environment variable by a given name from the struct tag to the given struct.

MIT License

Stars
3
Committers
1

Golang Environment Struct Variable Applier

This package does apply if set the environment variable by a given name from the struct tag to the given struct. It also can handle nested structs

Example

A basic example is located here.