1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-22 01:57:12 -05:00
This commit is contained in:
Darien Raymond 2017-04-26 22:35:19 +02:00
parent 10ce629c02
commit 90114aaeae
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

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