File or directory does not exist. Wraps the underlying OS error (ENOENT on Unix). Use errors.Is(err, os.ErrNotExist) rather than comparing directly.
os.ErrNotExist
go File or directory does not exist. Wraps the underlying OS error (ENOENT on Unix). Use errors.Is(err, os.ErrNotExist) rather than comparing directly.