type github.com/google/go-cmp/cmp.typeMode

4 uses

	github.com/google/go-cmp/cmp (current package)
		report_compare.go#L26: type typeMode int
		report_compare.go#L30: 	emitType typeMode = iota
		report_compare.go#L52: 	TypeMode typeMode
		report_compare.go#L62: func (opts formatOptions) WithTypeMode(t typeMode) formatOptions {