### Proposal Details Today we have: https://pkg.go.dev/os#File.ReadDir etc ```go func (f *File) ReadDir(n int) ([]DirEntry, error) ``` That `n` feels so antiquated now that we have iterators! I propose that we add an iterator-based variant. 😄 /cc @neild