golang.org/x/pkgsite/internal/godoc/codec.Decoder.readByte (method)
11 uses
golang.org/x/pkgsite/internal/godoc/codec (current package)
codec.go#L112: func (d *Decoder) readByte() byte {
codec.go#L208: b := d.readByte()
codec.go#L213: switch n := d.readByte(); n {
codec.go#L257: if b := d.readByte(); b != nBytesCode {
codec.go#L297: b := d.readByte()
codec.go#L334: switch b := d.readByte(); b {
codec.go#L374: b := d.readByte()
codec.go#L405: d.readByte() // consume the end byte
codec.go#L419: b := d.readByte()
codec.go#L445: d.readByte() // consume the endCode byte
codec.go#L483: d.readByte() // consume the byte
![]() |
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. |