go/src/path/filepath
Jack 4016de0daf filepath: updates doc to give case where WalkFunc info arg may be nil
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: 553fc266b5
GitHub-Pull-Request: golang/go#26435
Reviewed-on: https://go-review.googlesource.com/124635
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2018-07-18 19:53:37 +00:00
..
example_test.go
example_unix_test.go path/filepath: make Walk example runnable in the playground 2018-07-17 21:26:47 +00:00
example_unix_walk_test.go path/filepath: make Walk example runnable in the playground 2018-07-17 21:26:47 +00:00
export_test.go
export_windows_test.go
match.go
match_test.go
path.go filepath: updates doc to give case where WalkFunc info arg may be nil 2018-07-18 19:53:37 +00:00
path_plan9.go
path_test.go path/filepath: make Abs("") return working directory on Windows 2018-05-14 04:41:33 +00:00
path_unix.go os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
path_windows.go path/filepath: make Abs("") return working directory on Windows 2018-05-14 04:41:33 +00:00
path_windows_test.go path/filepath: fix Win32 tests missing 'chcp' 2018-04-26 18:25:15 +00:00
symlink.go
symlink_unix.go
symlink_windows.go