Darien Raymond 8 anni fa
parent
commit
90114aaeae
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.