backoff icon indicating copy to clipboard operation
backoff copied to clipboard

Backoff mechanics for Go

Results 2 backoff issues
Sort by recently updated
recently updated
newest added

Is there one? I'm maintaining code that uses it, which I'd never see before, and am unsure just what changes are needed to use v2.

This library was recently packaged for Debian, and there is a build failure on 32bit systems (full log [available here](https://ci.debian.net/packages/g/golang-github-lestrrat-go-backoff/testing/i386/49670801/)). This PR explicitly changes a few variables to `int64` ensuring...