encoding/gob.gobType.string (method)

3 uses

	encoding/gob (current package)
		decode.go#L1045: 		return t.string()
		type.go#L171: 	string() string // not public; only for debugging
		type.go#L201: 	return t.gobType().string()