var encoding/gob.types
10 uses
encoding/gob (current package)
type.go#L175: var types = make(map[reflect.Type]gobType)
type.go#L447: delete(types, rt)
type.go#L477: types[rt] = at
type.go#L495: types[rt] = mt
type.go#L513: types[rt] = st
type.go#L523: types[rt] = st
type.go#L594: typ, present := types[rt]
type.go#L600: types[rt] = typ
type.go#L616: _, present := types[rt]
type.go#L621: types[rt] = typ
![]() |
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. |