Versions in this module Expand all Collapse all v0 v0.1.0 May 6, 2018 Changes in this version + type FileSystem interface + Join func(elem ...string) string + Lstat func(name string) (os.FileInfo, error) + ReadDir func(dirname string) ([]os.FileInfo, error) + type Walker struct + func Walk(root string) *Walker + func WalkFS(root string, fs FileSystem) *Walker + func (w *Walker) Err() error + func (w *Walker) Path() string + func (w *Walker) SkipDir() + func (w *Walker) Stat() os.FileInfo + func (w *Walker) Step() bool