# Functions
New instantiates and instance of storage which retrieves files from the provided storage.Storer implementation and instance of *object.Tree.
NewFromRepo is a convenience utility which constructs an instance of FS from the provided git repository.
NewFromRepoHash is a convenience utility which constructs an instance of FS from the provided git repository and hash.
NewFromRepoHash is a convenience utility which constructs an instance of FS from the provided git repository and hash string.
WithReference overrides the default reference to main.
# Structs
Dir is a representation of a directory found within a filesystem.
DirEntry represents an entry within a file system directory.
File is a representation of a file which can be read.
FileInfo contains metadata about a file including its name, size, mode and last modified timestamp.
FS is a filesystem implementation that decorates a git storage implementation and instance of a git tree.
Options configures call to NewFromRepo.