Results 2 issues of Mark Pulford

Consider adding support for `ReadDir` and `DirEntry` (added in go1.16). This API often enables walking code to avoid `stat(2)` [[release notes](https://golang.org/doc/go1.16#os)]. A small `DirEntry` shim could be used to continue...

enhancement