[Bug] Improper error comparison/wrapping breaks errors.Is/As (== io.EOF, %v instead of %w) (P1/P2)
apache/dubbo-go · issue #3560 · opened Jul 2026 · no PRs referenced when indexed
good first issueneed triageprotocol☢️ Bug
Several places compare errors with == against sentinel errors, or wrap errors with %v instead of %w. Once an error is wrapped (or comes from a wrapped source),…