mirror of https://github.com/golang/go.git
If a filepath.WalkFunc is called with an non-nil err argument, it's possible
that the info argument will be nil. The comment above filepath.WalkFunc now
reflects this.
Fixes #26425
Change-Id: Ib9963b3344587d2993f1698c5a801f2d1286856b
GitHub-Last-Rev:
|
||
|---|---|---|
| .. | ||
| example_test.go | ||
| example_unix_test.go | ||
| example_unix_walk_test.go | ||
| export_test.go | ||
| export_windows_test.go | ||
| match.go | ||
| match_test.go | ||
| path.go | ||
| path_plan9.go | ||
| path_test.go | ||
| path_unix.go | ||
| path_windows.go | ||
| path_windows_test.go | ||
| symlink.go | ||
| symlink_unix.go | ||
| symlink_windows.go | ||