pull/298/merge
Darien Raymond 2017-04-26 22:35:19 +02:00
parent 10ce629c02
commit 90114aaeae
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
)
var (
ErrRetryFailed = newError("Retry: All retry attempts failed.")
ErrRetryFailed = newError("all retry attempts failed")
)
// Strategy is a way to retry on a specific function.