• I'm pretty happy with the standard library testing, an assertion is simply an if statement, and they're really building a DSL with things like: if assert.For(t).ThatActual(err).IsNil().Passed() - I'd rather just test the actual conditions I want explicitly.

    Adding a testing library just means now the reader has 2 things to understand - your tests, and the testing library syntax.