type go.uber.org/mock/gomock.GotFormatter

4 uses

	go.uber.org/mock/gomock (current package)
		call.go#L502: 	if gs, ok := m.(GotFormatter); ok {
		matchers.go#L64: type GotFormatter interface {
		matchers.go#L81: func GotFormatterAdapter(s GotFormatter, m Matcher) Matcher {
		matchers.go#L83: 		GotFormatter