type path/filepath.WalkFunc
3 uses
path/filepath (current package)
path.go#L305: type WalkFunc func(path string, info fs.FileInfo, err error) error
path.go#L344: func walk(path string, info fs.FileInfo, walkFn WalkFunc) error {
path.go#L423: func Walk(root string, fn WalkFunc) error {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)