type net.Buffers
9 uses
net (current package)
net.go#L820: writeBuffers(*Buffers) (int64, error)
net.go#L828: type Buffers [][]byte
net.go#L831: _ io.WriterTo = (*Buffers)(nil)
net.go#L832: _ io.Reader = (*Buffers)(nil)
net.go#L841: func (v *Buffers) WriteTo(w io.Writer) (n int64, err error) {
net.go#L863: func (v *Buffers) Read(p []byte) (n int, err error) {
net.go#L876: 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.7.6. (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. |