bufio.Reader.ReadLine (method)
7 uses
bufio (current package)
bufio.go#L388: func (b *Reader) ReadLine() (line []byte, isPrefix bool, err error) {
github.com/go-git/go-git/v5/plumbing/transport/file
client.go#L52: execPathBytes, isPrefix, err := stdoutBuf.ReadLine()
golang.org/x/crypto/openpgp/armor
armor.go#L83: line, isPrefix, err := l.in.ReadLine()
armor.go#L108: line, _, err = l.in.ReadLine()
armor.go#L173: line, ignoreNext, err = r.ReadLine()
armor.go#L195: line, nextIsContinuation, err = r.ReadLine()
net/textproto
reader.go#L57: l, more, err := r.R.ReadLine()
 |
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. |