mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Added gomail and stdlog
This commit is contained in:
parent
8b598fd0d9
commit
c55d1bb815
@ -125,6 +125,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw
|
|||||||
*Libraries that implement email creation and sending*
|
*Libraries that implement email creation and sending*
|
||||||
|
|
||||||
* [email](https://github.com/jordan-wright/email) - A robust and flexible email library for Go.
|
* [email](https://github.com/jordan-wright/email) - A robust and flexible email library for Go.
|
||||||
|
* [gomail](https://github.com/alexcesaro/mail) - Gomail provides a very simple API to send emails. It supports attachments, multipart emails and encoding of non-ASCII characters.
|
||||||
* [Go-MailHog](https://github.com/ian-kent/Go-MailHog) - Catches mail and serves it through a dream. Inspired by MailCatcher, easier to install.
|
* [Go-MailHog](https://github.com/ian-kent/Go-MailHog) - Catches mail and serves it through a dream. Inspired by MailCatcher, easier to install.
|
||||||
* [mp](https://github.com/sanbornm/mp) - A simple cli email parser. It currently takes stdin and outputs JSON.
|
* [mp](https://github.com/sanbornm/mp) - A simple cli email parser. It currently takes stdin and outputs JSON.
|
||||||
|
|
||||||
@ -330,6 +331,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw
|
|||||||
* [go-log](https://github.com/siddontang/go-log) - Log lib supports level and multi handlers.
|
* [go-log](https://github.com/siddontang/go-log) - Log lib supports level and multi handlers.
|
||||||
* [logrus](https://github.com/sirupsen/logrus) - Structured, pluggable logging for Go.
|
* [logrus](https://github.com/sirupsen/logrus) - Structured, pluggable logging for Go.
|
||||||
* [seelog](https://github.com/cihub/seelog) - logging functionality with flexible dispatching, filtering, and formatting.
|
* [seelog](https://github.com/cihub/seelog) - logging functionality with flexible dispatching, filtering, and formatting.
|
||||||
|
* [stdlog](https://github.com/alexcesaro/log) - Stdlog is an object-oriented library providing leveled logging. It is very useful for cron jobs.
|
||||||
|
|
||||||
|
|
||||||
## Code Analysis and Linter
|
## Code Analysis and Linter
|
||||||
|
Loading…
Reference in New Issue
Block a user