From 1e21c74494b7edf751d9c4043adc67ea0097c517 Mon Sep 17 00:00:00 2001 From: Hamed Yousefi Date: Mon, 19 Apr 2021 12:22:18 +0430 Subject: [PATCH] fix link alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4b5cfcd..a2d8fe87 100644 --- a/README.md +++ b/README.md @@ -908,8 +908,8 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [goccm](https://github.com/zenthangplus/goccm) - Go Concurrency Manager package limits the number of goroutines that allowed to run concurrently. * [gohive](https://github.com/loveleshsharma/gohive) - A highly performant and easy to use Goroutine pool for Go. * [gollback](https://github.com/vardius/gollback) - asynchronous simple function utilities, for managing execution of closures and callbacks. -* [goworker](https://github.com/benmanns/goworker) - goworker is a Go-based background worker. * [gowl](https://github.com/hamed-yousefi/gowl) - Gowl is a process management and process monitoring tool at once. An infinite worker pool gives you the ability to control the pool and processes and monitor their status. +* [goworker](https://github.com/benmanns/goworker) - goworker is a Go-based background worker. * [gowp](https://github.com/xxjwxc/gowp) - gowp is concurrency limiting goroutine pool. * [gpool](https://github.com/Sherifabdlnaby/gpool) - manages a resizeable pool of context-aware goroutines to bound concurrency. * [grpool](https://github.com/ivpusic/grpool) - Lightweight Goroutine pool.