Skip to content

refactor: remove vfs.ErrNotExist and switch to go native fs error

feistel requested to merge feistel/gitlab-pages:fix/native-fs-error into master

What does this MR do?

Started as a MR to add support for go 1.13 errors to vfs.ErrNotExist (missing Unwrap method) but then moved to using go native fs error

the pointer receiver has been renamed because it was clashing with the io/fs import

TODO

Merge request reports