type net.Buffers
9 uses
net (current package)
net.go#L700: writeBuffers(*Buffers) (int64, error)
net.go#L708: type Buffers [][]byte
net.go#L711: _ io.WriterTo = (*Buffers)(nil)
net.go#L712: _ io.Reader = (*Buffers)(nil)
net.go#L721: func (v *Buffers) WriteTo(w io.Writer) (n int64, err error) {
net.go#L743: func (v *Buffers) Read(p []byte) (n int, err error) {
net.go#L756: func (v *Buffers) consume(n int64) {
writev_unix.go#L14: func (c *conn) writeBuffers(v *Buffers) (int64, error) {
writev_unix.go#L25: func (fd *netFD) writeBuffers(v *Buffers) (n int64, err error) {
|
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. |