chore: run go fmt to fix formatting issues

This commit is contained in:
ZhouYongyou
2025-11-04 17:39:00 +08:00
parent dc44bc9a1b
commit 1e8746e692
5 changed files with 69 additions and 70 deletions
+2 -2
View File
@@ -280,8 +280,8 @@ func isRetryableError(err error) bool {
"connection refused",
"temporary failure",
"no such host",
"stream error", // HTTP/2 stream 错误
"INTERNAL_ERROR", // 服务端内部错误
"stream error", // HTTP/2 stream 错误
"INTERNAL_ERROR", // 服务端内部错误
}
for _, retryable := range retryableErrors {
if strings.Contains(errStr, retryable) {