golang-github-cenkalti-backoff 3.1.1-1 source package in Ubuntu

Changelog

golang-github-cenkalti-backoff (3.1.1-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Standards-Version: 4.4.1
  * DH to version 12

 -- Dmitry Smirnov <email address hidden>  Thu, 26 Dec 2019 06:55:29 +1100

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-cenkalti-backoff_3.1.1-1.dsc 2.3 KiB 400569c57ec276dd5c70030b7a6d299d3a748e23a1278753bcfbf5ab69d6781d
golang-github-cenkalti-backoff_3.1.1.orig.tar.xz 8.1 KiB 1e7934642994e4bbf24c5b31346e4c8ecba9fcab6c797a5e6b478e9821634f37
golang-github-cenkalti-backoff_3.1.1-1.debian.tar.xz 2.9 KiB 54e24b6123216b66454b1ce6f37f6fc9a4ae69649ceaf6b737e82e2a5811ae1d

Available diffs

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.