var encoding/gob.tInterface
5 uses
encoding/gob (current package)
decode.go#L884: if wireId == tInterface {
decode.go#L1007: return fw == tInterface
decode.go#L1060: if ut.base.Kind() == reflect.Interface && remoteId != tInterface {
type.go#L247: tInterface = bootstrapType("interface", (*interface{})(nil), 8)
type.go#L473: return tInterface.gobType(), nil
![]() |
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. |