golang-github-juju-ratelimit 0.0~git20151125.0.77ed1c8-3 source package in Ubuntu

Changelog

golang-github-juju-ratelimit (0.0~git20151125.0.77ed1c8-3) unstable; urgency=medium

  [ Paul Tagliamonte ]
  * Team upload.
  * Use a secure transport for the Vcs-Git and Vcs-Browser URL

  [ Dr. Tobias Quathamer ]
  * Use debhelper v10
  * Update team name
  * Update to Standards-Version 3.9.8, no changes needed
  * Use secure URL for Vcs-Browser
  * Build-Depends on golang-any instead of golang-go
  * Remove DH_GOPKG from d/rules

 -- Dr. Tobias Quathamer <email address hidden>  Sat, 19 Nov 2016 16:00:37 +0100

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

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-juju-ratelimit_0.0~git20151125.0.77ed1c8-3.dsc 2.3 KiB d1bec5ea2d1b3829fbdd1c73c7aa39698b6cca54d298a73f852cc9f3ca34f617
golang-github-juju-ratelimit_0.0~git20151125.0.77ed1c8.orig.tar.xz 7.4 KiB 4192642d76b83a9a75c85c4a2804c297ba2d9747ea73aa5de7ec8d5d71bdccb7
golang-github-juju-ratelimit_0.0~git20151125.0.77ed1c8-3.debian.tar.xz 2.5 KiB 7cf26e544dd5db8f65324b04436bb289a9b02c794a6f43a4da0938e6c1cb7c7a

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.