encoding/gob.typeId.string (method)

5 uses

	encoding/gob (current package)
		decode.go#L896: 			errorf("bad data: undefined type %s", wireId.string())
		decode.go#L938: 		errorf("bad data: ignore can't handle type %s", wireId.string())
		type.go#L197: func (t typeId) string() string {
		type.go#L608: 		panic("bootstrap type wrong id: " + got.name() + " " + got.string() + " not " + want.string())