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

Changelog

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

  [ Michael Stapelberg ]
  * update debian/gitlab-ci.yml (using salsa.debian.org/go-team/ci/cmd/ci)
  * update debian/gitlab-ci.yml (using salsa.debian.org/go-team/ci/cmd/ci)

  [ Félix Sipma ]
  * New upstream version 2.0.0
  * bump Standards-Version to 4.1.4 (no change required)

 -- Félix Sipma <email address hidden>  Sat, 09 Jun 2018 09:46:14 +0200

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-cenkalti-backoff_2.0.0-1.dsc 2.3 KiB 325c1e8e053483e7e95b2bcb69d5c2445970448c4facc00045907f6f87e667ea
golang-github-cenkalti-backoff_2.0.0.orig.tar.gz 8.4 KiB 4fa4f803057fe6237eb270eea195e014c3d26b932f5c60a0437f18c8277e654c
golang-github-cenkalti-backoff_2.0.0-1.debian.tar.xz 2.8 KiB 3e00e55340158aaebdc8478fba5c7ff632d71181dd27c986b7825d0487c1a937

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.