From abc59cbfee001dc5e88065f7da50328738469ca5 Mon Sep 17 00:00:00 2001 From: Renato Suero Date: Sun, 6 Jul 2014 19:26:22 -0300 Subject: [PATCH 1/3] Add Boom to Utilities --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b845ba..264611c 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [Postman](https://github.com/zachlatta/postman) - Command-line utility for batch-sending email. * [Mora](https://github.com/emicklei/mora) - REST server for accessing MongoDB documents and meta data * [GVM](https://github.com/moovweb/gvm) - GVM provides an interface to manage Go versions. +* [Boom](https://github.com/rakyll/boom) - Boom is a tiny program that sends some load to a web application. ## Logging From d31b95cf426f02977369afd9541b8cafa0ef0b9b Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 6 Jul 2014 17:17:41 -0700 Subject: [PATCH 2/3] Added mp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd0997b..edfe199 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [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. +* [mp](https://github.com/sanbornm/mp) - A simple cli email parser. It currently takes stdin and outputs JSON. ## ORM From bffe0fe1e5e57a4d2daa2a4230f68bcf5272b203 Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 6 Jul 2014 17:23:43 -0700 Subject: [PATCH 3/3] Added go-selfupdate --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index edfe199..a55b783 100644 --- a/README.md +++ b/README.md @@ -276,6 +276,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [Postman](https://github.com/zachlatta/postman) - Command-line utility for batch-sending email. * [Mora](https://github.com/emicklei/mora) - REST server for accessing MongoDB documents and meta data * [GVM](https://github.com/moovweb/gvm) - GVM provides an interface to manage Go versions. +* [go-selfupdate](https://github.com/sanbornm/go-selfupdate) - Enable your Go applications to self update ## Logging