1
0
mirror of https://github.com/redis/go-redis.git synced 2025-12-02 06:22:31 +03:00

address copilot comment

This commit is contained in:
Nedyalko Dyakov
2025-10-25 21:54:06 +03:00
committed by GitHub
parent 13a4b3f366
commit 07e665f7af

View File

@@ -62,7 +62,7 @@ var (
// circuit breaker errors
var (
// ErrCircuitBreakerOpen is returned when the circuit breaker is open
ErrCircuitBreakerOpen = errors.New("" + logs.CircuitBreakerOpenErrorMessage)
ErrCircuitBreakerOpen = errors.New(logs.CircuitBreakerOpenErrorMessage)
)
// circuit breaker configuration errors