func github.com/golang/mock/gomock.Eq

4 uses

	github.com/golang/mock/gomock (current package)
		call.go#L62: 			mArgs[i] = Eq(arg)
		matchers.go#L231: 		wantedMatcher := Eq(wanted.Index(i).Interface())
		matchers.go#L288: func Eq(x interface{}) Matcher { return eqMatcher{x} }
		matchers.go#L314: 	return notMatcher{Eq(x)}