golang-github-cenkalti-backoff 0.0~git20150522.6c45d6b-1 source package in Ubuntu

Changelog

golang-github-cenkalti-backoff (0.0~git20150522.6c45d6b-1) unstable; urgency=medium

  * Initial release. (Closes: #794253)

 -- Alexandre Viau <email address hidden>  Fri, 31 Jul 2015 13:59:51 -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
Xenial release universe misc

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-cenkalti-backoff_0.0~git20150522.6c45d6b-1.dsc 2.3 KiB ad16dc58b5eaf33988226c9abb8a9ee9efce4fcb688f104c4c5f595124c60fc6
golang-github-cenkalti-backoff_0.0~git20150522.6c45d6b.orig.tar.gz 6.2 KiB df085e42780bee3eac06d8b664faa381135cfe143af5282bc4e2dd654d41d850
golang-github-cenkalti-backoff_0.0~git20150522.6c45d6b-1.debian.tar.xz 1.7 KiB 003c01acf11849b1e2c1805ffc4a0e3d7963aac519fe1a2b5da87b242831da20

No changes file available.

Binary packages built by this source

golang-github-cenkalti-backoff-dev: exponential backoff algorithm in Go

 Exponential backoff is an algorithm that uses feedback to multiplicatively
 decrease the rate of some process, in order to gradually find an acceptable
 rate. The retries exponentially increase and stop increasing when a certain
 threshold is met.