in rate/rate.go [85:90]
func NewLimiter(r Limit, b int) *Limiter { return &Limiter{ limit: r, burst: b, } }