Codebase list golang-github-cenkalti-backoff / 53e8b33
Merge branch 'multiarch-fixes' into 'master' Apply hints suggested by the multi-arch hinter See merge request go-team/packages/golang-github-cenkalti-backoff!4 Jelmer Vernooij 1 year, 7 months ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1919 Depends: ${shlibs:Depends},
2020 ${misc:Depends},
2121 golang-golang-x-net-dev
22 Multi-Arch: foreign
2223 Description: exponential backoff algorithm in Go
2324 Exponential backoff is an algorithm that uses feedback to multiplicatively
2425 decrease the rate of some process, in order to gradually find an acceptable