Versions in this module Expand all Collapse all v1 v1.1.0 Aug 12, 2022 Changes in this version + var BufferSize = NumWorkers + var ErrBrokenSymlink = errors.New("broken symlink") + var NumWorkers = runtime.GOMAXPROCS(0) + func Walk(root string, walkFn filepath.WalkFunc) error + func WalkWithSymlinks(root string, walkFn filepath.WalkFunc) error + type Walker struct + func (w *Walker) Walk(path string, walkFn filepath.WalkFunc) error + type WalkerError struct + func (we WalkerError) Error() string + type WalkerErrorList struct + ErrorList []WalkerError + func (wel WalkerErrorList) Error() string