io/fs.ReadDirFile.ReadDir (method)
5 uses
io/fs (current package)
fs.go#L130: ReadDir(n int) ([]DirEntry, error)
readdir.go#L44: list, err := dir.ReadDir(-1)
net/http
fs.go#L138: list, err = d.ReadDir(-1)
fs.go#L805: return d.ReadDir(count)
fs.go#L815: dirs, err := d.ReadDir(count - len(list))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |