bytes.Buffer.readSlice (method)
3 uses
bytes (current package)
buffer.go#L409: slice, err := b.readSlice(delim)
buffer.go#L417: func (b *Buffer) readSlice(delim byte) (line []byte, err error) {
buffer.go#L437: slice, err := b.readSlice(delim)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |