Versions in this module Expand all Collapse all v0 v0.1.0 May 8, 2018 Changes in this version + type File struct + func (f *File) Close() error + func (f *File) Readdir(count int) ([]os.FileInfo, error) + func (f *File) Stat() (os.FileInfo, error) + type FileInfo struct + func (f *FileInfo) IsDir() bool + func (f *FileInfo) ModTime() time.Time + func (f *FileInfo) Mode() os.FileMode + func (f *FileInfo) Name() string + func (f *FileInfo) Readdir(count int) ([]os.FileInfo, error) + func (f *FileInfo) Size() int64 + func (f *FileInfo) Sys() interface{} + type FileSystem struct + var DEFAULTS *FileSystem + func (fs *FileSystem) Open(name string) (http.File, error) + func (fs *FileSystem) String(name string) (string, bool)