package
0.0.0-20201105105944-7e4b8beeb92f
Repository: https://github.com/just-maple/xtoolinternal.git
Documentation: pkg.go.dev

# Functions

Walk is a faster implementation of filepath.Walk.

# Variables

ErrSkipFiles is a used as a return value from WalkFuncs to indicate that the callback should not be called for any other files in the current directory.
ErrTraverseLink is used as a return value from WalkFuncs to indicate that the symlink named in the call may be traversed.