os.File.Read (method, view implemented interface methods)
3 uses
os (current package)
file.go#L114: func (f *File) Read(b []byte) (n int, err error) {
file.go#L744: n, err := f.Read(data[len(data):cap(data)])
sys_linux.go#L44: n, err := f.Read(buf[:])
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. |