golang-github-juju-ratelimit 0.0~git20170523.0.5b9ff86-1 source package in Ubuntu

Changelog

golang-github-juju-ratelimit (0.0~git20170523.0.5b9ff86-1) unstable; urgency=medium

  * New upstream snapshot.

 -- Andrew Shadura <email address hidden>  Tue, 26 Sep 2017 17:51:56 +0200

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-juju-ratelimit_0.0~git20170523.0.5b9ff86-1.dsc 2.3 KiB 1aa7519302503976bfe81384327b9045d4afbc241756a07d29007864359b3c67
golang-github-juju-ratelimit_0.0~git20170523.0.5b9ff86.orig.tar.xz 7.6 KiB e8d23edb5bbeef391dd8f64fd5e209900093b9c8b7b145c8c0909c3a0d4cdb02
golang-github-juju-ratelimit_0.0~git20170523.0.5b9ff86-1.debian.tar.xz 2.5 KiB c3657a11e4fc27ef59f36e6b9054b0e2bb87185de9d079c98c33efb9d3fe1312

No changes file available.

Binary packages built by this source

golang-github-juju-ratelimit-dev: 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.