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)}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)