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

# Functions

New returns a new OS filesystem.
WithBoundOS returns the option of using a Bound filesystem OS.
WithChrootOS returns the option of using a Chroot filesystem OS.
WithDeduplicatePath toggles the deduplication of the base dir in the path.

# Constants

No description provided by the author
No description provided by the author

# Variables

Default Filesystem representing the root of the os filesystem.

# Structs

BoundOS is a fs implementation based on the OS filesystem which is bound to a base dir.
ChrootOS is a legacy filesystem based on a "soft chroot" of the os filesystem.

# Type aliases

No description provided by the author
No description provided by the author