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

# Functions

Flags sets the flags based on package "os" flag values.
New is the constructor for Simple.
WithPearson will create a lookup cache using Pearson hashing to make lookups actually happen at O(1) (after the hash calc) instead of walking the file system tree after various strings splits.

# Structs

FS provides a simple memory structure that implements io/fs.FS and fs.Writer(above).
WRFile provides an io.WriteCloser implementation.

# Type aliases

SimpleOption provides an optional argument to NewSimple().