bytes.Reader.Read (method, view implemented interface methods)
2 uses
bytes (current package)
reader.go#L40: func (r *Reader) Read(b []byte) (n int, err error) {
crypto/tls
conn.go#L1286: n, _ := c.input.Read(b)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)