An open API service indexing awesome lists of open source software.

https://github.com/dataphos/lib-retry

lib-retry is a lightweight Go library that contains helpful functions which enable retrying any operation, using various backoff strategies.
https://github.com/dataphos/lib-retry

go library

Last synced: 28 days ago
JSON representation

lib-retry is a lightweight Go library that contains helpful functions which enable retrying any operation, using various backoff strategies.

Awesome Lists containing this project

README

          

# lib-retry

lib-retry is a lightweight Go library that contains helpful functions which enable retrying any operation, using
various backoff strategies.

## Installation

`go get github.com/dataphos/lib-retry`