a seperate function to get all the key value pairs from env
and map them to a go type
for all the key value pairs:
type settings struct{
Name Type
Name Type ...
etc
}
// if not found in env print message to say that it couldn't be found then set defaults
func searchEnv(){
a seperate function to get all the key value pairs from env and map them to a go type
for all the key value pairs:
type settings struct{ Name Type Name Type ... etc } // if not found in env print message to say that it couldn't be found then set defaults func searchEnv(){
}