aboutsummaryrefslogtreecommitdiff
path: root/rate/rate_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unify code into default repo formatEuAndreh2025-01-221-480/+0
|
* use time.SinceChris Wendt2022-06-081-1/+1
|
* BIG change: generic Var[T], txVar, etc.Chris Wendt2022-06-081-0/+1
|
* Add stm friendly rate limiterMatt Joiner2019-11-021-0/+479
The tests are from golang.org/x/time/rate, and the limiter tries to have a similar API.