package
0.0.0-20220904165359-8e84a606fa6d
Repository: https://github.com/gopherfs/fs.git
Documentation: pkg.go.dev

# Functions

New is the constructor for FS.
WithFlags sets the flags based on package "os" flag values.
WithLogger adds a custom Logger.

# Structs

File implememnts fs.File.
FS is a filesystem tied to the os filesystem implementing: - fs.ReadDirFS - fs.StatFS - fs.ReadFileFS - fs.GlobFS using functions defined in the "os" and "filepath" packages.

# Type aliases

Option is an optional argumetn for FS.