Skip to content

Lookup environment variables instead of checking if the value is empty#429

Closed
sagikazarmark wants to merge 1 commit intospf13:masterfrom
sagikazarmark:lookup_env
Closed

Lookup environment variables instead of checking if the value is empty#429
sagikazarmark wants to merge 1 commit intospf13:masterfrom
sagikazarmark:lookup_env

Conversation

@sagikazarmark
Copy link
Copy Markdown
Collaborator

Empty environment variables are perfectly valid values.
Fortunately Go provides a way to check whether an env var
is empty or not set.

Fixes #317

Empty environment variables are perfectly valid values.
Fortunately Go provides a way to check whether an env var
is empty or not set.

Fixes #317
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Dec 22, 2017

CLA assistant check
All committers have signed the CLA.

Copy link
Copy Markdown

@tsl0922 tsl0922 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need a test case for this.

@sagikazarmark
Copy link
Copy Markdown
Collaborator Author

I accidentally deleted the source repository, resubmitted as #440

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants