Tideland Go Audit v0.6.5
There are times when you find a bug in your software. Today it had been in my testing library TIdeland Go Audit. Here the assertion ErrorContains() reacted with a panic in case of a nil error. So I fixed it like I already had done it earlier in ErrorMatch(). Interestingly I found in testing that I didn’t verified it there. So this test is now changed too.
Additionally during tests for a different library with high concurrency I, or better go test during the tests, discovered a race condition.