forked from mirror/backoff
Update readme badge
This commit is contained in:
parent
7b38160fcf
commit
93767ed156
|
@ -2,7 +2,8 @@
|
|||
|
||||
A simple exponential backoff counter in Go (Golang)
|
||||
|
||||
[![GoDoc](https://godoc.org/github.com/jpillora/backoff?status.svg)](https://godoc.org/github.com/jpillora/backoff) [![Circle CI](https://circleci.com/gh/jpillora/backoff.svg?style=shield)](https://circleci.com/gh/jpillora/backoff)
|
||||
[![GoDoc](https://godoc.org/github.com/jpillora/backoff?status.svg)](https://godoc.org/github.com/jpillora/backoff)
|
||||
[![Build Status](https://github.com/jpillora/backoff/actions/workflows/build.yml/badge.svg)](https://github.com/jpillora/backoff/actions/workflows/build.yml)
|
||||
|
||||
### Install
|
||||
|
||||
|
|
Loading…
Reference in New Issue