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

Changelog

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

  * New upstream version 4.2.1
  * Bump build-dependency golang-any (>= 2:1.18~) as per go.mod

 -- Anthony Fok <email address hidden>  Mon, 03 Jul 2023 15:05:44 -0600

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-cenkalti-backoff_4.2.1-1.dsc 2.3 KiB e3201c3574bc9888d63cb46d273a18530c72178b37971ad423b6867308f53d52
golang-github-cenkalti-backoff_4.2.1.orig.tar.gz 10.2 KiB adb92e0d2ecc3de14f45bea713afb367367bdc89c1af8391b91089ce91ce18f4
golang-github-cenkalti-backoff_4.2.1-1.debian.tar.xz 3.3 KiB 31eb18a046e78aaa41a3f643698c46c4dc12c46f086f919366d88cf77e60ba99

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.