From 0b0e5ee3866affcde27dea040dc3b4062231becd Mon Sep 17 00:00:00 2001 From: Grigory Zubankov Date: Sat, 2 Dec 2017 09:30:50 +0300 Subject: [PATCH] Add repeat --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e63f5a24..5076d165 100644 --- a/README.md +++ b/README.md @@ -1318,6 +1318,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [profile](https://github.com/pkg/profile) - Simple profiling support package for Go. * [rclient](https://github.com/zpatrick/rclient) - Readable, flexible, simple-to-use client for REST APIs. * [realize](https://github.com/tockins/realize) - Go build system with file watchers and live reload. Run, build and watch file changes with custom paths. +* [repeat](https://github.com/ssgreg/repeat) - Go implementation of different backoff strategies useful for retrying operations and heartbeating. * [request](https://github.com/mozillazg/request) - Go HTTP Requests for Humans™. * [rerate](https://github.com/abo/rerate) - Redis-based rate counter and rate limiter for Go. * [rerun](https://github.com/ivpusic/rerun) - Recompiling and rerunning go apps when source changes.