Skip to content

Support for is/fs.

Compare
Choose a tag to compare
@mandelsoft mandelsoft released this 28 Oct 16:27
· 7 commits to master since this release

This release adds support for the standard Go package io/fs.

Any instance of a VFS van no be mapped to such a filesystem access interface with
vfs.AsIoFS(fs FileSystem) fs.ReadDirFS.

Additionally some fixes are included:

  • fix vfs.Exists catching underlying NotExist error correctly.
  • fix vfs.WlkFS