Darien Raymond hace 8 años
padre
commit
90114aaeae
Se han modificado 1 ficheros con 1 adiciones y 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.