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

2 uses

	github.com/golang/mock/gomock (current package)
		matchers.go#L72: type GotFormatterFunc func(got interface{}) string
		matchers.go#L75: func (f GotFormatterFunc) Got(got interface{}) string {