Remove [rerate] for more-than-5-years inactivity

This commit is contained in:
Andy Pan 2022-06-29 10:55:45 +08:00 committed by GitHub
parent d42374203d
commit 03bd916b0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2608,7 +2608,6 @@ _General utilities and tools to make your life easier._
- [reflectutils](https://github.com/muir/reflectutils) - Helpers for working with reflection: struct tag parsing; recursive walking; fill value from string.
- [repeat](https://github.com/ssgreg/repeat) - Go implementation of different backoff strategies useful for retrying operations and heartbeating.
- [request](https://github.com/mozillazg/request) - Go HTTP Requests for Humans™.
- [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.
- [rest-go](https://github.com/edermanoel94/rest-go) - A package that provide many helpful methods for working with rest api.
- [retry](https://github.com/kamilsk/retry) - The most advanced functional mechanism to perform actions repetitively until successful.