github.com/songzhibin97/gkit@v1.2.13/overload/bbr/code.go (about) 1 package bbr 2 3 import "errors" 4 5 var LimitExceed = errors.New("509:过载保护")