encoding/gob.wireType.StructT (field)
9 uses
encoding/gob (current package)
decode.go#L920: case wire.StructT != nil:
decode.go#L1102: wireStruct = wire.StructT
decode.go#L1168: if wire != nil && wire.StructT != nil {
decode.go#L1201: wt != nil && len(wt.StructT.Field) > 0 {
decode.go#L1219: if wire != nil && wire.StructT != nil {
type.go#L642: StructT *structType
type.go#L659: case w.StructT != nil:
type.go#L660: return w.StructT.Name
type.go#L749: info.wire = &wireType{StructT: t.(*structType)}
![]() |
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. |