mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 04:42:33 +02:00
5 lines
117 B
Go
5 lines
117 B
Go
package middleware
|
|
|
|
import E "github.com/yusing/go-proxy/internal/error"
|
|
|
|
var ErrZeroValue = E.New("cannot be zero")
|