# Packages
Test the VFS to exhaustion, specifically looking for deadlocks
Run on a mounted filesystem.
Package vfscache deals with caching of files locally for the VFS layer.
Package vfscommon provides utilities for VFS.
Package vfsflags implements command line flags to set up a vfs.
Package vfstest provides tests for VFS.
# Functions
New creates a new VFS and root directory.
# Variables
Errors which have exact counterparts in os.
Errors which have exact counterparts in os.
Errors which have exact counterparts in os.
Errors which have exact counterparts in os.
Errors which have exact counterparts in os.
Help contains text describing file and directory caching to add to the command help.
# Structs
Dir represents a directory entry.
DirHandle represents an open directory.
File represents a file.
ReadFileHandle is an open for read file handle on a File.
RWFileHandle is a handle that can be open for read and write.
VFS represents the top level filing system.
WriteFileHandle is an open for write handle on a File.