package
module
Version:
v0.0.0-...-6f5ec14
Opens a new window with list of versions in this module.
Published: Apr 8, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
WrappedFS
WrappedFS is a little wrapper around http.Filesystem
to just access a certain path of the original. Mainly to use with Statik.
Documentation
¶
New creates a new WrappedFS with the given dir
type WrappedFS struct {
}
WrappedFS wrapped an http.FileSystem, but prepends the initalized dir to the path
Open opens a file from the unterlying http.Filesystem at wfs.dir/name
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.