# Functions
NewMemoryFs initials a memory filesystem from the given targetPath.
# Variables
No description provided by the author
No description provided by the author
# Structs
MemoryFS only holds actual files, not the directory entries.
ReadFileFS wraps a fs.FS and adds the ReadFile method.