mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Added email section and package
This commit is contained in:
parent
921f14d31e
commit
56aeb27819
@ -10,6 +10,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw
|
|||||||
- [Authentication and OAuth](#authentication-and-oauth)
|
- [Authentication and OAuth](#authentication-and-oauth)
|
||||||
- [Database](#database)
|
- [Database](#database)
|
||||||
- [Database Drivers](#database-drivers)
|
- [Database Drivers](#database-drivers)
|
||||||
|
- [Email](#email)
|
||||||
- [ORM](#orm)
|
- [ORM](#orm)
|
||||||
- [Imagery](#imagery)
|
- [Imagery](#imagery)
|
||||||
- [Text Processing](#text-processing)
|
- [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.
|
* [gocouch](https://github.com/hoisie/gocouch) - Couchdb client for Go.
|
||||||
* [gomemcache](https://github.com/bradfitz/gomemcache/) - memcache client library for the Go programming language.
|
* [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
|
## ORM
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user