ilyakaznacheev / cleanenv

✨Clean and minimalistic environment configuration reader for Golang
MIT License
1.67k stars 116 forks source link

feat: add .env.dev & .env.prod support #134

Closed imzoloft closed 7 months ago

imzoloft commented 11 months ago

I needed different .env config for my project but cleanenv was not supporting my .env.dev file so I added case handler for them.

imzoloft commented 8 months ago

Hey @ilyakaznacheev , if you have time can you check this PR. It is a one line addition

JohnJ255 commented 7 months ago

bad decision