# Functions
MatchAnd returns a matcher-func that matches a file if all the given matchers match.
MatchExt returns a matcher-func that matches a file if the given extension matches the file path.
MatchNever returns a matcher-func that never matches any file.
MatchOr returns a matcher-func that matches a file if any of the given matchers match.
MatchPrefix returns a matcher-func that matches a file if the given prefix matches the file path.
MatchSuffix returns a matcher-func that matches a file if the given suffix matches the file path.
NewMatchFS creates a new MatchFS filesystem that wraps the given filesystem and only allows opening files that match the given matcher-func.
NewMultiFS creates a new MultiFS filesystem that combines the given filesystems.
No description provided by the author
# Interfaces
No description provided by the author