func encoding/gob.getBaseType
7 uses
encoding/gob (current package)
type.go#L478: type0, err = getBaseType("", t.Elem())
type.go#L496: type0, err = getBaseType("", t.Key())
type.go#L500: type1, err = getBaseType("", t.Elem())
type.go#L514: type0, err = getBaseType(t.Elem().Name(), t.Elem())
type.go#L536: gt, err := getBaseType(tname, f.Type)
type.go#L583: func getBaseType(name string, rt reflect.Type) (gobType, error) {
type.go#L715: gt, err := getBaseType(rt.Name(), rt)
 |
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. |