go-retry

command module
v0.0.0-...-a0403b6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 26, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

README

go-retry

Sample project to explore retry mechanism in Golang

run

go run main.go
alternatives
  • giantswarm/retry-go - slightly complicated interface.
  • sethgrid/pester - only http retry for http calls with retries and backoff
  • cenkalti/backoff - Go port of the exponential backoff algorithm from Google's HTTP Client Library for Java. Really complicated interface.
  • rafaeljesus/retry-go - looks good, slightly similar as this package, don't have 'simple' Retry method
  • matryer/try - very popular package, nonintuitive interface (for me)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL