File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ idle for a configurable duration.
3535 that have not been used for ` deleteAfter ` ; active keys are kept alive. Stop it
3636 with ` Close() ` .
3737- ** Type-safe & generic** — ` Storage[K, V] ` and ` BucketLimiter[K] ` use Go
38- generics (Go 1.25 +).
38+ generics (Go 1.26 +).
3939- ** Extensible** — implement the ` Storage ` interface for a custom in-process
4040 store, or the ` Limiter ` interface for a custom algorithm.
4141- ** HTTP middleware example** — with accurate ` Retry-After ` and ` RateLimit-* `
@@ -114,7 +114,7 @@ sequenceDiagram
114114go get github.com/slashdevops/ratelimiter
115115```
116116
117- Requires Go 1.25.2 or newer.
117+ Requires Go 1.26 or newer.
118118
119119## Quick start
120120
Original file line number Diff line number Diff line change 11module github.com/slashdevops/ratelimiter
22
3- go 1.25.2
3+ go 1.26.0
44
55require golang.org/x/time v0.15.0
You can’t perform that action at this time.
0 commit comments