package
5.6.2
Repository: https://github.com/go-git/go-billy.git
Documentation: pkg.go.dev

# Functions

Wrap adapts a billy.Filesystem to a io.fs.FS.
NewReadDirFS adapts a billy.Filesystem to a io.fs.ReadDirFS.
NewReadFileFS adapts a billy.Filesystem to a io.fs.ReadFileFS.
NewStatFS adapts a billy.Filesystem to a io.fs.StatFS.