Versions in this module Expand all Collapse all v0 v0.0.1 Mar 15, 2025 Changes in this version + func From(fsys fs.FS, useCaseSensitiveFileNames bool) vfs.FS + type RealpathFS interface + Realpath func(path string) (string, error) + type WritableFS interface + MkdirAll func(path string, perm fs.FileMode) error + WriteFile func(path string, data []byte, perm fs.FileMode) error