feat(mw): add dev-mode rate limiting bypass
Add build tag split: real rate limiter under !dev, no-op under dev build tag. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
//go:build !dev
|
||||
// +build !dev
|
||||
|
||||
package mw
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user