Versions in this module Expand all Collapse all v0 v0.1.0 Feb 17, 2021 Changes in this version + type Walker struct + func New(fsys fs.FS, root string) *Walker + func (w *Walker) Entry() fs.DirEntry + func (w *Walker) Err() error + func (w *Walker) Next() bool + func (w *Walker) Path() string + func (w *Walker) SkipDir() + func (w *Walker) SkipParent()