go-github-com-avast-retry-go-v3 3.1.1
Simple golang library for retry mechanism
This package is a simple Go library that provides retry functionality for functions that may fail. It includes various customizable retry strategies, such as fixed delay, backoff delay, and random delay.
- Outputs:
out
- Website: https://github.com/avast/retry-go
- Licenses: Expat
- Package source: gnu/packages/golang-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install go-github-com-avast-retry-go-v3 3.1.1
as follows:
guix install go-github-com-avast-retry-go-v3@3.1.1
Or install the latest version:
guix install go-github-com-avast-retry-go-v3
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.