# README
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.
# Packages
No description provided by the author
# Functions
ApplyEnvVars overrides the values in the given struct recursively by the represent environment variable which is given in the struct tag 'env'.