Documentation
¶
Overview ¶
file copy install package
* use http.FileSystem interface
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileSystem ¶
type FileSystem struct { http.FileSystem // contains filtered or unexported fields }
func New ¶
func New(fs http.FileSystem, root string) *FileSystem
func (*FileSystem) Execute ¶
func (fs *FileSystem) Execute(w io.Writer, data interface{}) (err error)