Versions in this module Expand all Collapse all v1 v1.0.0 Apr 14, 2019 Changes in this version + type AferoFS struct + func NewAferoFS(fs vfs.FS) *AferoFS + func (a *AferoFS) Create(name string) (afero.File, error) + func (a *AferoFS) LstatIfPossible(name string) (os.FileInfo, bool, error) + func (a *AferoFS) MkdirAll(path string, perm os.FileMode) error + func (a *AferoFS) Name() string + func (a *AferoFS) Open(name string) (afero.File, error) + func (a *AferoFS) OpenFile(name string, flag int, perm os.FileMode) (afero.File, error) Other modules containing this package github.com/twpayne/go-vfsafero/v2 github.com/twpayne/go-vfsafero/v4