https://github.com/joho/godotenv/pull/54 introduced a change that meant substitution of variables from the real environment (i.e. not that derived from `.env` itself) was possible. It looks like https://github.com/joho/godotenv/pull/58 removed this behaviour, in particular the deletion of `os.LookupEnv` - https://github.com/joho/godotenv/pull/58/files#diff-224f281bd0a4cfe0e7dcb394e8c7a585L299. Unfortunately it isn't clear from the PR if that was intended. Any chance someone can clarify?