Skip to content

Commit

Permalink
Update godoc link
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Jul 13, 2020
1 parent c6e9a7d commit 02ccac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Retry

[![GoDoc](https://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://pkg.go.dev/github.com/sethvargo/go-retry)
[![GoDoc](https://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://pkg.go.dev/mod/github.com/sethvargo/go-retry)

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
Expand Down

0 comments on commit 02ccac6

Please sign in to comment.