From 335d52b183f6ca6cfeff92659573f4431613c9a2 Mon Sep 17 00:00:00 2001 From: Duke Date: Mon, 7 Jul 2014 13:44:50 -0300 Subject: [PATCH] moving sanbornm/mp from 'Email' to 'Utilities' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bd25896..b7bae8d4 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [email](https://github.com/jordan-wright/email) - A robust and flexible email library for Go. * [Go-MailHog](https://github.com/ian-kent/Go-MailHog) - Catches mail and serves it through a dream. Inspired by MailCatcher, easier to install. * [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. -* [mp](https://github.com/sanbornm/mp) - A simple cli email parser. It currently takes stdin and outputs JSON. ## Messaging @@ -328,6 +327,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-selfupdate](https://github.com/sanbornm/go-selfupdate) - Enable your Go applications to self update * [gox](https://github.com/mitchellh/gox) - A dead simple, no frills Go cross compile tool. * [goxc](https://github.com/laher/goxc) - build tool for Go, with a focus on cross-compiling and packaging. +* [mp](https://github.com/sanbornm/mp) - A simple cli email parser. It currently takes stdin and outputs JSON. ## Logging