package
0.0.0-20201102054017-282493799a89
Repository: https://github.com/golangltd/leafltd.git
Documentation: pkg.go.dev
# Packages
Package gatefs provides an implementation of the FileSystem interface that wraps another FileSystem and limits its concurrency.
Package httpfs implements http.FileSystem using a godoc vfs.FileSystem.
Package mapfs file provides an implementation of the FileSystem interface based on the contents of a map[string]string.
Package zipfs file provides an implementation of the FileSystem interface based on the contents of a .zip file.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
The FileSystem interface specifies the methods godoc is using to access the file system for which it serves documentation.
Opener is a minimal virtual filesystem that can only open regular files.
A ReadSeekCloser can Read, Seek, and Close.