fix link alphabetical order

This commit is contained in:
Hamed Yousefi 2021-04-19 12:22:18 +04:30 committed by Avelino
parent 0f7b98dd1f
commit 1e21c74494

View File

@ -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.