Imports of package ratelimit

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
github.com/go-kit/kit/endpointPackage endpoint defines an abstraction for RPCs.
github.com/juju/ratelimitPackage ratelimit provides an efficient token bucket implementation that can be used to limit the rate of arbitrary things.
timePackage time provides functionality for measuring and displaying time.