backoff is a Go package that provides backoff strategies and a utility function for iterator based retry loops.
It supports constant backoff and exponential backoff with jitter.
A simple backoff strategy implementation for Go with iterator support
go get github.com/shota3506/backoff