type path/filepath.WalkFunc
3 uses
path/filepath (current package)
path.go#L376: type WalkFunc func(path string, info fs.FileInfo, err error) error
path.go#L412: func walk(path string, info fs.FileInfo, walkFn WalkFunc) error {
path.go#L496: func Walk(root string, fn WalkFunc) error {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)