strings.Reader.ReadByte (method)
4 uses
strings (current package)
reader.go#L66: func (r *Reader) ReadByte() (byte, error) {
math/big
floatconv.go#L278: if ch, err2 := r.ReadByte(); err2 == nil {
ratconv.go#L74: if _, err = r.ReadByte(); err != io.EOF {
ratconv.go#L109: if _, err = r.ReadByte(); err != io.EOF {
![]() |
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. |