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

Commits on Nov 6, 2020

  1. Support = within double-quoted strings

    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.
    Deiz committed Nov 6, 2020
    Copy the full SHA
    648f333 View commit details
    Browse the repository at this point in the history