https://github.com/sgaunet/ratelimit
Golang library to handle rate limit
https://github.com/sgaunet/ratelimit
golang ratelimit
Last synced: 6 months ago
JSON representation
Golang library to handle rate limit
- Host: GitHub
- URL: https://github.com/sgaunet/ratelimit
- Owner: sgaunet
- License: mit
- Created: 2022-05-17T19:39:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-04T18:47:48.000Z (about 1 year ago)
- Last Synced: 2025-03-10T18:44:34.848Z (7 months ago)
- Topics: golang, ratelimit
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/sgaunet/ratelimit)
[](https://github.com/sgaunet/ratelimit/releases/latest)

[](https://codeclimate.com/github/sgaunet/ratelimit/maintainability)
[](https://codeclimate.com/github/sgaunet/ratelimit/test_coverage)
[](https://godoc.org/github.com/sgaunet/ratelimit)
[](LICENSE)# ratelimit
Just a little library to handle rate limit. Its use is very easy, an example can be found in the example folder.
**There are no tests, avoid to use it for now. I'm not working enough on it.**# DEBUG
```
export RATELIMIT_LOGLEVEL=debug
```