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

Add an option to disable usage of stringer methods. #66

Merged
merged 2 commits into from Sep 10, 2020

Commits on Aug 31, 2020

  1. Add an option to disable usage of stringer methods.

    This is especially annoying for snapshotting custom errors that contain
    some payload. The payload would arbitrary be dismissed which is
    confusing.
    
    fixes bradleyjkemp#45
    gilbsgilbs committed Aug 31, 2020
    Copy the full SHA
    ed8d087 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Copy the full SHA
    8e01d94 View commit details
    Browse the repository at this point in the history