golang-github-juju-ratelimit 0.0~git20150619-2 source package in Ubuntu

Changelog

golang-github-juju-ratelimit (0.0~git20150619-2) unstable; urgency=medium

  [ Tim Potter ]
  * Remove accidentally checked in template files
  * Fix typo in Vcs-Git URL
  * Add debian/watch file

  [ Dmitry Smirnov ]
  * Modernise Vcs-Browser URL
  * Clean-up unused files in debian/

  [ Anthony Fok ]
  * Replace 8-space indent with tab in abs-test.patch
  * Add update-to-golang-check.v1.patch, replacing the import of
    "launchpad.net/gocheck" with "gopkg.in/check.v1"
  * Build-depend on golang-check.v1-dev, replacing the old golang-gocheck-dev
    package that is marked for autoremoval from testing on 2015-12-01.

 -- Anthony Fok <email address hidden>  Sun, 22 Nov 2015 08:22:55 -0700

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

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-juju-ratelimit_0.0~git20150619-2.dsc 2.2 KiB 982c20617476d04a043daad0a4ee8acb551b1783e28e5bb63a22a429a7a6062e
golang-github-juju-ratelimit_0.0~git20150619.orig.tar.gz 7.3 KiB 147f1e0769d4bc8868ea9d74fdcc25ef0b8bf0765d97d46c584573abdab4af7e
golang-github-juju-ratelimit_0.0~git20150619-2.debian.tar.xz 2.9 KiB d85ea846257c93cf3c338b69d76c3453705fe52dbe490d3712a7ba0ec2e9445d

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.