encoding/gob.encoderState.buf (field)
4 uses
encoding/gob (current package)
encode.go#L31: buf [1 + uint64Size]byte // buffer used by the encoder; here to avoid allocation.
encode.go#L113: binary.BigEndian.PutUint64(state.buf[1:], x)
encode.go#L115: state.buf[bc] = uint8(bc - uint64Size) // and then we subtract 8 to get -bytelen(x)
encode.go#L117: state.b.Write(state.buf[bc : uint64Size+1])
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)