joho / godotenv

A Go port of Ruby's dotenv library (Loads environment variables from .env files)
http://godoc.org/github.com/joho/godotenv
MIT License
8.5k stars 406 forks source link

Inherit variables from environment #149

Closed ulyssessouza closed 1 month ago

ulyssessouza commented 3 years ago

This adds mirror functions to resolve inherited variables with a lookup function.