repositorypackage
0.9.1
Repository: https://github.com/opencoff/go-ratelimit.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
go-ratelimit - Simple wrapper around golang.org/x/time/rate
What is it?
Token bucket ratelimiter for golang; it wraps the Limiter
in
golang.org/x/time/rate
. It implements global and per-host rate limits.
It uses an LRU cache to cache the most frequently used per-host limiters.