forked from mirror/backoff
Enabled CI
This commit is contained in:
parent
d342b6316f
commit
f85df8d02b
|
@ -2,7 +2,7 @@
|
|||
|
||||
A simple backoff algorithm in Go (Golang)
|
||||
|
||||
[![GoDoc](https://godoc.org/github.com/jpillora/backoff?status.svg)](https://godoc.org/github.com/jpillora/backoff)
|
||||
[![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)
|
||||
|
||||
### Install
|
||||
|
||||
|
|
Loading…
Reference in New Issue