const encoding/gob.xGob
7 uses
encoding/gob (current package)
decode.go#L733: case xGob:
decode.go#L982: if (ut.externalDec == xGob) != (ok && wire.GobEncoderT != nil) ||
encode.go#L477: case xGob:
type.go#L34: xGob = 1 + iota // GobEncoder or GobDecoder
type.go#L79: ut.externalEnc, ut.encIndir = xGob, indir
type.go#L91: ut.externalDec, ut.decIndir = xGob, indir
type.go#L728: case xGob:
![]() |
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. |