From c621981170c9d456efce5f9daf8cf2c116bab0e9 Mon Sep 17 00:00:00 2001 From: Duke Date: Tue, 8 Jul 2014 10:47:01 -0300 Subject: [PATCH] added coop by @rakyll --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fcad4c6e..ca6572fb 100644 --- a/README.md +++ b/README.md @@ -355,6 +355,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [Boom](https://github.com/rakyll/boom) - Boom is a tiny program that sends some load to a web application. * [cli](https://github.com/codegangsta/cli) - A small package for building command line apps in Go +* [coop](https://github.com/rakyll/coop) - Cheat sheet for some of the common concurrent flows in Go * [go-selfupdate](https://github.com/sanbornm/go-selfupdate) - Enable your Go applications to self update * [godbg](https://github.com/sirnewton01/godbg) - Web-based gdb front-end application * [gox](https://github.com/mitchellh/gox) - A dead simple, no frills Go cross compile tool.