File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments