github.com/shota3506/backoff

A simple backoff strategy implementation for Go with iterator support


License
MIT
Install
go get github.com/shota3506/backoff

Documentation

backoff

Go Reference Test

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.