# Functions
Download downloads from a http.File.
File implements a http.File by a ContentReader which may implement optional interface{ ModTime() time.Time } and io.Closer.
Files implements a http.FileSystem by a list of file name and content file.
FilesWithContent implements a http.FileSystem by a list of file name and content.
Http creates a HttpFS which implements a http.FileSystem by http.Get join(urlBase, name).
HttpFile implements a http.File by a http.Response object.
LocalCheck checks a FileSystem is local or not.
NewDirInfo creates a DirInfo that describes a single directory in an file system.
NewFileInfo creates a FileInfo that describes a single file in an file system.
Parent returns a FileSystem that fs is located in the `parentDir` directory.
Plugins implements a filesystem with plugins by specified (ext string, plugin Plugin) pairs.
Root implements a http.FileSystem that only have a root directory.
SequenceFile implements a http.File by a io.ReadCloser object.
Sub returns a FileSystem corresponding to the subtree rooted at fs's subDir.
Union merge a list of http.FileSystem into a union http.FileSystem object.
Unseekable convert a http.File into a io.ReadCloser object without io.Seeker.
WithTracker implements a http.FileSystem by pactching large file access like git lfs.
# Structs
DirInfo describes a single directory in an file system.
FileInfo describes a single file in an file system.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author