io/fs.ReadDirFile.ReadDir (method)
5 uses
	io/fs (current package)
		fs.go#L136: 	ReadDir(n int) ([]DirEntry, error)
		readdir.go#L45: 	list, err := dir.ReadDir(-1)
	net/http
		fs.go#L142: 		list, err = d.ReadDir(-1)
		fs.go#L914: 	return d.ReadDir(count)
		fs.go#L924: 		dirs, err := d.ReadDir(count - len(list))
|  | The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |