You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go-ratelimit is a Go library for rate limiting using various synchronization mechanisms. It provides different implementations of rate limiters using sync.Mutex, sync.RWMutex, and sync.Map.