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:
parent
26ab25bc93
commit
1edb75ef1a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
package proxy
|
||||
package main
|
||||
|
||||
import (
|
||||
"sync"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue