Skip to content

Commit 600075c

Browse files
committed
fix remaining renames of retry-go -> retry
1 parent f0f2d01 commit 600075c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 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

@@ -102,14 +102,14 @@ retry.AttemptsForError(5, ErrServiceUnavailable) // More retries for 503s
102102
Requires Go 1.22 or higher.
103103

104104
```bash
105-
go get github.com/codeGROOVE-dev/retry-go
105+
go get github.com/codeGROOVE-dev/retry
106106
```
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)