//
pkg.gl
Category
github.com/mattn/go-zglob
fastwalk
package
0.0.6
Repository:
https://github.com/mattn/go-zglob.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
5
Files
281 SLOC
#
Functions
FastWalk
FastWalk walks the file tree rooted at root, calling walkFn for each file or directory in the tree, including root.
#
Variables
TraverseLink
TraverseLink is a sentinel error for fastWalk, similar to filepath.SkipDir.