Darien Raymond %!s(int64=8) %!d(string=hai) anos
pai
achega
90114aaeae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.