How to Install golang-github-cenkalti-backoff-dev in Ubuntu 18.04



Install golang-github-cenkalti-backoff-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-github-cenkalti-backoff-dev

Description:

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.

Homepage: https://github.com/cenkalti/backoff

Version: 1.1.0-4

Section: universe/devel