Hi everyone,
I've been building some go apps to deploy to heroku, and I realised I really missed the workflow I had with Ruby which is to store all my development ENV variables in a .env file locally using the
https://github.com/bkeepers/dotenv library.
So I ported it across as a bit of a yak-shave :-)
Anyway, I hope someone here finds it useful. I'm still pretty new to Go, so if anyone feels like giving it a quick code review and sending comments over (or pull requests) that'd be much appreciated.
Cheers,
John