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