c39f87a47a
Using errors.Unwrap() is not the best thing to do, since it returns nil in case of an error which was not wrapped. More to say, errors package provides more elegant ways to check for underlying errors, such as errors.As() and errors.Is(). This reverts commit |
||
---|---|---|
.. | ||
fscommon.go | ||
fscommon_test.go | ||
utils.go | ||
utils_test.go |