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.5k stars 405 forks source link

Bug? #146

Closed kamontat closed 3 years ago

kamontat commented 3 years ago

You modified key but in final you just replace with ReplaceAllString

https://github.com/joho/godotenv/blob/ddf83eb33bbb136f62617a409142b74b91dbcff3/godotenv.go#L267-L273

joho commented 3 years ago

I'm not sure what you mean?