Skip to content

refactor: avoid os.Is.. in favor of errors.Is

feistel requested to merge feistel/gitlab-pages:fix/os-errors into master

What does this MR do?

Replace os.Is.. with errors.Is counterpart.

See https://github.com/golang/go/issues/41122 and https://github.com/golang/go/commit/b641f0dcf48aa748aa8d3db1e332b77044b48e59

TODO

Merge request reports