Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support = within double-quoted strings #9

Merged
merged 1 commit into from Dec 2, 2020

Conversation

Deiz
Copy link
Contributor

@Deiz Deiz commented Nov 6, 2020

This change enables e.g. PEM-encoded keys to be parsed by gotenv, which
is supported by other .env implementations.

It also simplifies parseVal, as due to bufio's ScanLines splitting, "\n"
will never be encountered in a passed-in string.

This change enables e.g. PEM-encoded keys to be parsed by gotenv, which
is supported by other .env implementations.

It also simplifies parseVal, as due to bufio's ScanLines splitting, "\n"
will never be encountered in a passed-in string.
@subosito
Copy link
Owner

subosito commented Dec 2, 2020

Fantastic, thanks @Deiz 👍

@subosito subosito merged commit 07635a9 into subosito:master Dec 2, 2020
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.

None yet

2 participants