gotest.tools v3.0.3 Release Notes

Release Date: 2020-10-08 // over 3 years ago
    • 🛠 assert: fixes a bug that would cause a panic if there were any function calls before assert.Check on the same line
    • ⚡️ golden: create the directory if it does not exist, when run with -test.update-golden

Previous changes from v3.0.2

  • 🛠 Fixed assert.NilError when used with non-nil errors with a type.