joho / godotenv

A Go port of Ruby's dotenv library (Loads environment variables from .env files)
http://godoc.org/github.com/joho/godotenv
MIT License
8.49k stars 405 forks source link

Read should behave as Load does #237

Open johannes-gehrs opened 3 weeks ago

johannes-gehrs commented 3 weeks ago

According to the docs Read() should have the "same file loading semantics as Load".

But currently it overrides. This commit fixes it.