type github.com/golang/mock/gomock.GotFormatter

4 uses

	github.com/golang/mock/gomock (current package)
		call.go#L441: 	if gs, ok := m.(GotFormatter); ok {
		matchers.go#L63: type GotFormatter interface {
		matchers.go#L80: func GotFormatterAdapter(s GotFormatter, m Matcher) Matcher {
		matchers.go#L82: 		GotFormatter