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.

# Functions

OS returns an implementation of FileSystem reading from the tree rooted at root.
ReadFile reads the file named by path from fs and returns the contents.

# 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.

# Type aliases

No description provided by the author
A NameSpace is a file system made up of other file systems mounted at specific locations in the name space.