# Functions
NewFileSystem is used to initialize the file system struct for an in-memory FileSystem.
# Constants
Scheme defines the FileSystem type's underlying implementation.
# Structs
File implements vfs.File interface for the in-memory implementation of FileSystem.
FileSystem implements vfs.FileSystem for an in-memory file system.
Location implements the vfs.Location interface specific to in-memory FileSystem.