From a42b5d784df19c77dba9352e9b932d24487174b4 Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Thu, 8 May 2025 07:40:12 +0200 Subject: [PATCH] Added short doc string to ratelimit package --- pkg/ratelimit/httpheader.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/ratelimit/httpheader.go b/pkg/ratelimit/httpheader.go index 3f2552c..dba5e30 100644 --- a/pkg/ratelimit/httpheader.go +++ b/pkg/ratelimit/httpheader.go @@ -13,6 +13,7 @@ You should have received a copy of the GNU General Public License along with Scotty. If not, see . */ +// Helper functions to set up rate limiting with resty. package ratelimit import (