golang-github-paulbellamy-ratecounter 0.2.0+git20170719.a803f0e-3 source package in Ubuntu

Changelog

golang-github-paulbellamy-ratecounter (0.2.0+git20170719.a803f0e-3) unstable; urgency=medium

  * Disable unstable tests.

 -- Alexandre Viau <email address hidden>  Thu, 07 Jun 2018 00:45:41 -0400

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

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-paulbellamy-ratecounter_0.2.0+git20170719.a803f0e-3.dsc 2.5 KiB b9c27020804861cd00b543ba360da32b28add952a18894cc7fe2fe68a4b03b0e
golang-github-paulbellamy-ratecounter_0.2.0+git20170719.a803f0e.orig.tar.xz 4.4 KiB 0c896712a1c27b67934f068aa90e320f3f06261aecb73549780d1fbb26d1090c
golang-github-paulbellamy-ratecounter_0.2.0+git20170719.a803f0e-3.debian.tar.xz 2.7 KiB fadb8e20161a3aee5c81c69171ec94557c1352c1750abf830c3fdc34cefe3a7c

No changes file available.

Binary packages built by this source

golang-github-paulbellamy-ratecounter-dev: thread-safe RateCounter implementation in Golang

 Package ratecounter provides a thread-safe rate-counter, for
 tracking counts in an interval. Useful for implementing counters
 and stats of 'requests-per-second' (for example).