# Functions
Diff returns the difference in filesystem structure and file content between two filesystems.
Glob return a filesystem that contain only files that match any of the provided patterns.
TmplParse parses templates from the given filesystem according to the given paths.
TmplParseGlob parses templates from the given filesystem according to the provided glob pattern.
TmplParseGlobHTML parses HTML templates from the given filesystem according to the provided glob pattern.
TmplParseHTML parses HTML templates from the given filesystem according to the given paths.
Walk returns a fs.Walker over http.FileSystem, which enables walking over all files in the filesystem.
# Structs
FileSystemDiff lists all differences between two filesystems.
PathDiff is a diff between two filesystems at a single path.