godotenv
godotenv copied to clipboard
Illustrating: Var expansion fallback to os.Getenv
This is just a proof of concept of what could be an implementation for: https://github.com/joho/godotenv/issues/102
I know the overload passing through is ugly, just wanted to illustrate the desired behaviour in a quick POC. This should be improved if agreed the feature is nice to have, and of course should be feature-toggled for BC.
@joho, any feedback on this?