mirror of https://github.com/golang/go.git
This requirement ensures that ReadDir implementations are as compatible as possible with "*os.File".ReadDir. The testing/fstest package already tests for equality to io.EOF. Updates #47062. Fixes #47086. Change-Id: I54f911a34e507a3db0abc4da55a19b7a50b35041 Reviewed-on: https://go-review.googlesource.com/c/go/+/333149 Reviewed-by: Michael Knyszek <mknyszek@google.com> |
||
|---|---|---|
| .. | ||
| example_test.go | ||
| fs.go | ||
| fs_test.go | ||
| glob.go | ||
| glob_test.go | ||
| readdir.go | ||
| readdir_test.go | ||
| readfile.go | ||
| readfile_test.go | ||
| stat.go | ||
| stat_test.go | ||
| sub.go | ||
| sub_test.go | ||
| walk.go | ||
| walk_test.go | ||