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

allow usage together with other golden packages #45

Merged

Commits on Jul 14, 2023

  1. allow usage together with other golden packages

    Other packages can also define an -update flag. In general we can't be
    compatible with every possible conflicting flag, but for this specific
    flag we assume that it's a boolean flag with the same meaning as ours.
    
    My motivation for this change is usage of autogold along with
    gotest.tools/v3/assert, which among other things, has its own golden
    tests functionality.
    tadeokondrak committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    118b397 View commit details
    Browse the repository at this point in the history
  2. remove comment

    slimsag committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    306e5f2 View commit details
    Browse the repository at this point in the history