io/fs.ReadDirFile.Read (method)
3 uses
	io/fs (current package)
		fs.go#L86: 	Read([]byte) (int, error)
		readfile.go#L57: 		n, err := file.Read(data[len(data):cap(data)])
	net/http
		fs.go#L895: func (f ioFile) Read(b []byte) (int, error) { return f.file.Read(b) }
|  | 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. |