fix(bf-3zp): correct package declaration in ratelimiter_test.go

Change package from 'proxy' to 'main' to match other test files in the
proxy directory. This fixes the package mismatch that prevented tests
from running properly.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
jedarden 2026-07-02 14:00:06 -04:00
parent 26ab25bc93
commit 1edb75ef1a

View file

@ -1,4 +1,4 @@
package proxy
package main
import (
"sync"