Added short doc string to ratelimit package

This commit is contained in:
Philipp Wolfer 2025-05-08 07:40:12 +02:00
parent a87c42059f
commit a42b5d784d
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B

View file

@ -13,6 +13,7 @@ You should have received a copy of the GNU General Public License along with
Scotty. If not, see <https://www.gnu.org/licenses/>.
*/
// Helper functions to set up rate limiting with resty.
package ratelimit
import (