From 6ad0b7b5e01d92ef2e96a511286f32c2cef11e0a Mon Sep 17 00:00:00 2001 From: Alif Rachmawadi Date: Tue, 12 Aug 2014 12:32:39 +0700 Subject: [PATCH] adds gotenv, an environment variable loader --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9d7155..c935c5a 100644 --- a/README.md +++ b/README.md @@ -435,6 +435,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-underscore](https://github.com/tobyhede/go-underscore) - A useful collection of helpfully functional Go collection utilities. * [lrserver](https://github.com/jaschaephraim/lrserver) - LiveReload server for Go * [mp](https://github.com/sanbornm/mp) - A simple cli email parser. It currently takes stdin and outputs JSON. +* [gotenv](https://github.com/subosito/gotenv) - Load environment variables from `.env` or any `io.Reader` in Go ## Video