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