Versions in this module Expand all Collapse all v0 v0.1.0 Oct 13, 2019 Changes in this version + var CTX = context.Background() + var FS = webdav.NewMemFS() + var FileIconIco = []byte(...) + var HTTP http.FileSystem = new(HTTPFS) + var Handler *webdav.Handler + func ReadFile(path string) ([]byte, error) + func WalkDirs(name string, includeDirsInList bool, files ...string) ([]string, error) + func WriteFile(filename string, data []byte, perm os.FileMode) error + type HTTPFS struct + Prefix string + func (hfs *HTTPFS) Open(path string) (http.File, error)