agola/internal/toolbox
Simone Gotti a47834da8a *: replace os errors check functions with errors.Is
Since we're wrapping also internal errors, if a function returns a
wrapped os pkg error (like os.ErrNotExists) and the caller function uses
the os error check functions (like os.IsNotExist) it won't work since
(like explained in the os pkg comment) it won't unwrap the error.
Fix this by using errors.Is checks.
2022-03-02 13:23:32 +01:00
..
archive *: use new errors handling library 2022-02-28 12:49:13 +01:00
unarchive *: replace os errors check functions with errors.Is 2022-03-02 13:23:32 +01:00