Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

add type information to error messages #559

Merged
merged 1 commit into from May 14, 2021
Merged

add type information to error messages #559

merged 1 commit into from May 14, 2021

Conversation

codyoss
Copy link
Member

@codyoss codyoss commented May 14, 2021

  • Adds type information to the default got formatter.
  • Adds type to default want formatter. This happens to be
    gomock.Eq. Adding more information for debugging seems like a
    good idea in this case as well.

Fixes: #190

- Adds type information to the default got formatter.
- Adds type to default want formatter. This happens to be
  gomock.Eq. Adding more information for debugging seems like a
  good idea in this case as well.

Fixes: #190
@codyoss codyoss merged commit e303461 into golang:master May 14, 2021
@codyoss codyoss deleted the gm190 branch May 14, 2021 21:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error output is ambiguous for equivalent values with different types
1 participant