# Functions
NewMockFile creates a new mock file for use with the mock file system.
NewMockFileSystem creates a new mock Reader.
# Variables
NilFile is a nil mockfile for easy reference.
# Structs
MockFile is the simple implementation of vfs.ReadSeekCloser.
MockFileSystem is a mock implementation of the Opener interface, for testing purposes.