mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
update description for kamilsk/retry package (#2421)
This commit is contained in:
parent
fce9694035
commit
bc4e532133
@ -1635,7 +1635,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
|||||||
* [rerate](https://github.com/abo/rerate) - Redis-based rate counter and rate limiter for Go.
|
* [rerate](https://github.com/abo/rerate) - Redis-based rate counter and rate limiter for Go.
|
||||||
* [rerun](https://github.com/ivpusic/rerun) - Recompiling and rerunning go apps when source changes.
|
* [rerun](https://github.com/ivpusic/rerun) - Recompiling and rerunning go apps when source changes.
|
||||||
* [resty](https://github.com/go-resty/resty) - Simple HTTP and REST client for Go inspired by Ruby rest-client.
|
* [resty](https://github.com/go-resty/resty) - Simple HTTP and REST client for Go inspired by Ruby rest-client.
|
||||||
* [retry](https://github.com/kamilsk/retry) - Functional mechanism based on context to perform actions repetitively until successful.
|
* [retry](https://github.com/kamilsk/retry) - The most advanced functional mechanism to perform actions repetitively until successful.
|
||||||
* [retry](https://github.com/percolate/retry) - A simple but highly configurable retry package for Go.
|
* [retry](https://github.com/percolate/retry) - A simple but highly configurable retry package for Go.
|
||||||
* [retry](https://github.com/thedevsaddam/retry) - Simple and easy retry mechanism package for Go.
|
* [retry](https://github.com/thedevsaddam/retry) - Simple and easy retry mechanism package for Go.
|
||||||
* [retry](https://github.com/shafreeck/retry) - A pretty simple library to ensure your work to be done.
|
* [retry](https://github.com/shafreeck/retry) - A pretty simple library to ensure your work to be done.
|
||||||
|
Loading…
Reference in New Issue
Block a user