golang-github-paulbellamy-ratecounter 0.2.0-1 source package in Ubuntu

Changelog

golang-github-paulbellamy-ratecounter (0.2.0-1) unstable; urgency=medium

  * New upstream version.
  * Bump Standards-Version to 4.0.0.
  * Set Testsuite to autopkgtest-pkg-go.

 -- Alexandre Viau <email address hidden>  Thu, 03 Aug 2017 00:31:56 -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

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-paulbellamy-ratecounter_0.2.0-1.dsc 2.4 KiB 3b544d76f05eeb5d6e811dd30e26827cb3e7d880f27a517d6e715e9fec8f35f6
golang-github-paulbellamy-ratecounter_0.2.0.orig.tar.gz 4.4 KiB de986fd65b3cb0c601f59a25dbfdaa9b079dcad4f9e1f847c42b8e767155fe5b
golang-github-paulbellamy-ratecounter_0.2.0-1.debian.tar.xz 1.9 KiB e94d1b8c868d4945cd9d2bc4cf7c5717418bc7831337b931583ed24f4dcea111

Available diffs

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).