bufio.Reader.ReadByte (method)
14 uses
bufio (current package)
bufio.go#L247: func (b *Reader) ReadByte() (byte, error) {
github.com/go-git/go-git/v5/plumbing/format/packfile
scanner.go#L435: b, err = r.rbuf.ReadByte()
github.com/go-git/go-git/v5/utils/binary
read.go#L164: b, err := reader.ReadByte()
github.com/prometheus/common/expfmt
text_parse.go#L180: if p.currentByte, p.err = p.buf.ReadByte(); p.err != nil {
text_parse.go#L529: if p.currentByte, p.err = p.buf.ReadByte(); p.err != nil || !isBlankOrTab(p.currentByte) {
text_parse.go#L551: p.currentByte, p.err = p.buf.ReadByte()
text_parse.go#L586: p.currentByte, p.err = p.buf.ReadByte()
text_parse.go#L601: p.currentByte, p.err = p.buf.ReadByte()
text_parse.go#L619: p.currentByte, p.err = p.buf.ReadByte()
text_parse.go#L635: if p.currentByte, p.err = p.buf.ReadByte(); p.err != nil {
go/build
read.go#L61: c, err := r.b.ReadByte()
read.go#L88: c, err = r.b.ReadByte()
net/textproto
reader.go#L177: c, err := r.R.ReadByte()
reader.go#L338: c, err = br.ReadByte()
 |
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. |