diff --git a/README.md b/README.md index edb4517..5b01e3e 100644 --- a/README.md +++ b/README.md @@ -670,6 +670,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-dry](https://github.com/ungerik/go-dry) - DRY (don't repeat yourself) package for Go. * [go-underscore](https://github.com/tobyhede/go-underscore) - A useful collection of helpfully functional Go collection utilities. * [goback](https://github.com/carlescere/goback) - Go simple exponential backoff package. +* [godotenv](https://github.com/joho/godotenv) - A Go port of Ruby's dotenv library (Loads environment variables from `.env`.) * [godropbox](https://github.com/dropbox/godropbox) - Common libraries for writing Go services/applications from Dropbox. * [gohper](https://github.com/cosiner/gohper) - Various tools/modules help for development. * [gopencils](https://github.com/bndr/gopencils) - Small and simple package to easily consume REST APIs.