const encoding/gob.uint64Size
6 uses
encoding/gob (current package)
decode.go#L129: if n > uint64Size {
decode.go#L159: if n > uint64Size {
encode.go#L18: const uint64Size = 8
encode.go#L31: buf [1 + uint64Size]byte // buffer used by the encoder; here to avoid allocation.
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)