mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-07-28 19:03:39 +03:00
The errorlint linter rejects direct error comparison with != because it fails on wrapped errors. Compare via errors.Is(err, io.EOF) instead.
The errorlint linter rejects direct error comparison with != because it fails on wrapped errors. Compare via errors.Is(err, io.EOF) instead.