net.Conn.Read (method)
6 uses
net (current package)
dnsclient_unix.go#L91: n, err := c.Read(b)
net.go#L117: Read(b []byte) (n int, err error)
net/http
server.go#L672: n, err := cr.conn.rwc.Read(cr.byteBuf[:])
server.go#L780: n, err = cr.conn.rwc.Read(p)
server.go#L3556: n, err = c.Conn.Read(p)
transport.go#L1929: n, err = pc.conn.Read(p)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)