Binary package “golang-github-juju-ratelimit-dev” in ubuntu xenial

Efficient token-bucket-based rate limiter module for Go

 The ratelimit package provides an efficient token bucket
 implementation in Go. The token bucket algorithm implements a
 method for ensuring a reader or writer does not exceed a
 specified rate limit.