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