From b9ad39eb9ebe1916b2d9e74bdd038aa00611e74c Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Wed, 14 Dec 2016 20:14:08 -0500 Subject: [PATCH] Improve Markdown formatting. Helps #1224. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8372b17a..1f831983 100644 --- a/README.md +++ b/README.md @@ -474,6 +474,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a ## Goroutines *Tools for managing and working with Goroutines* + * [go-flow](https://github.com/kamildrazkiewicz/go-flow) - Control goroutines execution order. * [goworker](https://github.com/benmanns/goworker) - goworker is a Go-based background worker * [grpool](https://github.com/ivpusic/grpool) - Lightweight Goroutine pool.