Add rate limiting

This commit is contained in:
2025-06-13 17:51:31 +03:00
parent 14f115fbe0
commit 1883d62cc6
3 changed files with 23 additions and 0 deletions

2
go.mod
View File

@@ -1,3 +1,5 @@
module imgdownloader
go 1.24.3
require golang.org/x/time v0.12.0