net.Conn.Read (method)
6 uses
net (current package)
dnsclient_unix.go#L108: n, err := c.Read(b)
net.go#L113: Read(b []byte) (n int, err error)
net/http
server.go#L683: n, err := cr.conn.rwc.Read(cr.byteBuf[:])
server.go#L791: n, err = cr.conn.rwc.Read(p)
server.go#L3579: n, err = c.Conn.Read(p)
transport.go#L1954: n, err = pc.conn.Read(p)
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. |