Skip to content

Commit 34331e7

Browse files
authored
Merge pull request #17 from codeGROOVE-dev/master
fix remaining renames of retry-go -> retry
2 parents 9e13fa0 + 600075c commit 34331e7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# retry-go: Production Retry Logic for Go
1+
# retry: Production Retry Logic for Go
22

3-
[![Release](https://img.shields.io/github/release/codeGROOVE-dev/retry-go.svg?style=flat-square)](https://github.com/codeGROOVE-dev/retry-go/releases/latest)
3+
[![Release](https://img.shields.io/github/release/codeGROOVE-dev/retry.svg?style=flat-square)](https://github.com/codeGROOVE-dev/retry/releases/latest)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
5-
[![Go Report Card](https://goreportcard.com/badge/github.com/codeGROOVE-dev/retry-go?style=flat-square)](https://goreportcard.com/report/github.com/codeGROOVE-dev/retry-go)
6-
[![Go Reference](https://pkg.go.dev/badge/github.com/codeGROOVE-dev/retry-go.svg)](https://pkg.go.dev/github.com/codeGROOVE-dev/retry-go)
5+
[![Go Report Card](https://goreportcard.com/badge/github.com/codeGROOVE-dev/retry?style=flat-square)](https://goreportcard.com/report/github.com/codeGROOVE-dev/retry)
6+
[![Go Reference](https://pkg.go.dev/badge/github.com/codeGROOVE-dev/retry.svg)](https://pkg.go.dev/github.com/codeGROOVE-dev/retry)
77

88
**Zero dependencies. Memory-bounded. No goroutine leaks. No panics.**
99

@@ -107,9 +107,9 @@ go get github.com/codeGROOVE-dev/retry
107107

108108
## Documentation
109109

110-
- [API Docs](https://pkg.go.dev/github.com/codeGROOVE-dev/retry-go)
111-
- [Examples](https://github.com/codeGROOVE-dev/retry-go/tree/master/examples)
112-
- [Tests](https://github.com/codeGROOVE-dev/retry-go/tree/master/retry_test.go)
110+
- [API Docs](https://pkg.go.dev/github.com/codeGROOVE-dev/retry)
111+
- [Examples](https://github.com/codeGROOVE-dev/retry/tree/master/examples)
112+
- [Tests](https://github.com/codeGROOVE-dev/retry/tree/master/retry_test.go)
113113

114114
---
115115

0 commit comments

Comments
 (0)