Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

diag: Added Diagnostics type Equal() method #402

Merged
merged 3 commits into from
Jul 8, 2022
Merged

Commits on Jul 7, 2022

  1. diag: Added Diagnostics type Equal() method

    Reference: #397
    
    This should help simplify downstream code wishing use testing libraries that perform equality checks based on types that implement `Equal()` methods, such as [`go-cmp`](https://pkg.go.dev/github.com/google/go-cmp).
    bflad committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    3495ea2 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG for #402

    bflad committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    d28d4bd View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    49ccf8a View commit details
    Browse the repository at this point in the history