golang.org/x/pkgsite/internal/godoc/codec.Encoder.writeByte (method)
15 uses
golang.org/x/pkgsite/internal/godoc/codec (current package)
codec.go#L108: func (e *Encoder) writeByte(b byte) {
codec.go#L190: e.writeByte(byte(u))
codec.go#L194: e.writeByte(nBytesCode)
codec.go#L195: e.writeByte(4)
codec.go#L200: e.writeByte(nBytesCode)
codec.go#L201: e.writeByte(8)
codec.go#L251: e.writeByte(nBytesCode)
codec.go#L289: e.writeByte(1)
codec.go#L291: e.writeByte(0)
codec.go#L320: e.writeByte(nilCode)
codec.go#L326: e.writeByte(nValuesCode)
codec.go#L358: e.writeByte(refCode)
codec.go#L365: e.writeByte(startCode)
codec.go#L397: e.writeByte(endCode)
codec.go#L458: e.writeByte(0)
![]() |
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. |