Darien Raymond 8 vuotta sitten
vanhempi
commit
90114aaeae
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      common/retry/retry.go

+ 1 - 1
common/retry/retry.go

@@ -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.