var encoding/gob.builtinIdToType
6 uses
encoding/gob (current package)
decode.go#L839: if tt, ok := builtinIdToType[wireId]; ok {
decode.go#L1027: if tt, ok := builtinIdToType[fw]; ok {
decode.go#L1095: if t, ok := builtinIdToType[remoteId]; ok {
type.go#L177: var builtinIdToType map[typeId]gobType // set in init() after builtins are established
type.go#L272: builtinIdToType = make(map[typeId]gobType)
type.go#L274: builtinIdToType[k] = v
![]() |
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. |