Some utility functions for rate limiting
Find a file
2025-06-13 09:40:49 +08:00
.github/workflows ci: go test 2023-05-17 21:01:10 +08:00
.gitattributes feat: initial commit 2023-05-17 20:59:25 +08:00
.gitignore feat: initial commit 2023-05-17 20:59:25 +08:00
fn_limiter.go fix: call LimitFn concurrently 2023-07-28 15:22:01 +08:00
fn_limiter_test.go chore: update package reference 2025-06-13 09:40:49 +08:00
go.mod chore: update package reference 2025-06-13 09:40:49 +08:00
go.sum fix: call LimitFn concurrently 2023-07-28 15:22:01 +08:00
io.go feat: initial commit 2023-05-17 20:59:25 +08:00
io_test.go chore: update package reference 2025-06-13 09:40:49 +08:00
LICENSE feat: initial commit 2023-05-17 20:59:25 +08:00
README.md feat: initial commit 2023-05-17 20:59:25 +08:00

rateg

Some utility functions for rate limiting.