watermill icon indicating copy to clipboard operation
watermill copied to clipboard

Use errors.Is for error comparison instead of direct equality checks

Open ytnsym opened this issue 1 year ago • 1 comments
trafficstars

This PR refactors error handling by replacing direct comparisons of errors (e.g., err == someError) with the use of errors.Is.

ytnsym avatar Oct 14 '24 15:10 ytnsym