From 225a91cadff94d2d1f910132c74dbed91ac09a9b Mon Sep 17 00:00:00 2001 From: Andrew Bashkatov Date: Sun, 30 Jul 2017 02:08:38 +0500 Subject: [PATCH] Add go-floc (#1509) Add workanator/go-floc package in Goroutines --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 321b764d..a359ec26 100644 --- a/README.md +++ b/README.md @@ -521,6 +521,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Tools for managing and working with Goroutines.* +* [go-floc](https://github.com/workanator/go-floc) - Orchestrate goroutines with ease. * [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.