From a99f7cdbe5d1697463eccaf888be309b9e8d1b5f Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Wed, 15 Mar 2023 13:04:41 -0400 Subject: [PATCH] Update README.md Fix badge Signed-off-by: Seth Vargo --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6721618..4773182 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Retry [![GoDoc](https://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://pkg.go.dev/mod/github.com/sethvargo/go-retry) -[![GitHub Actions](https://img.shields.io/github/workflow/status/sethvargo/go-retry/Test?style=flat-square)](https://github.com/sethvargo/go-retry/actions?query=workflow%3ATest) Retry is a Go library for facilitating retry logic and backoff. It's highly extensible with full control over how and when retries occur. You can also write