From 56aeb278198de9210096ffdc6b780279c21d14cb Mon Sep 17 00:00:00 2001 From: Jordan Date: Sun, 6 Jul 2014 12:32:55 -0500 Subject: [PATCH] Added email section and package --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 57c44ef..edb0d43 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw - [Authentication and OAuth](#authentication-and-oauth) - [Database](#database) - [Database Drivers](#database-drivers) + - [Email](#email) - [ORM](#orm) - [Imagery](#imagery) - [Text Processing](#text-processing) @@ -85,6 +86,11 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [gocouch](https://github.com/hoisie/gocouch) - Couchdb client for Go. * [gomemcache](https://github.com/bradfitz/gomemcache/) - memcache client library for the Go programming language. +## Email + +*Libraries that implement email creation and sending* + +* [email](https://github.com/jordan-wright/email) - A robust and flexible email library for Go. ## ORM