-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow usage together with other golden packages (#45)
* 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. --------- Co-authored-by: Stephen Gutekanst <stephen.gutekanst@gmail.com>
- Loading branch information
1 parent
7741e9e
commit f28e503
Showing
2 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters