net.Conn.Read (method)
6 uses
net (current package)
dnsclient_unix.go#L116: n, err := c.Read(b)
net.go#L128: Read(b []byte) (n int, err error)
net/http
server.go#L690: n, err := cr.conn.rwc.Read(cr.byteBuf[:])
server.go#L798: n, err = cr.conn.rwc.Read(p)
server.go#L4007: n, err = c.Conn.Read(p)
transport.go#L2122: n, err = pc.conn.Read(p)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)