net.Conn.Read (method)
7 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#L702: n, err := cr.rwc.Read(cr.byteBuf[:])
server.go#L783: return cr.rwc.Read(p)
server.go#L812: n, err = cr.rwc.Read(p)
server.go#L4017: n, err = c.Conn.Read(p)
transport.go#L2174: n, err = pc.conn.Read(p)
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |