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#L1294: n, _ := c.input.Read(b)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)