1
1
Fork 0
mirror of https://github.com/mjl-/mox.git synced 2025-04-15 20:15:28 +03:00
mox/ratelimit
Mechiel Lukkien 64f2f788b1
Run modernize to rewrite some older go constructs to newer ones
Mostly using slice.Sort, using min/max, slices.Concat, range of int and
fmt.Appendf for byte slices instead of strings.
2025-03-06 17:33:06 +01:00
..
examples_test.go add more documentation, examples with tests to illustrate reusable components 2023-12-14 20:20:17 +01:00
ratelimit.go Run modernize to rewrite some older go constructs to newer ones 2025-03-06 17:33:06 +01:00
ratelimit_test.go add basic rate limiters 2023-02-07 23:18:15 +01:00