Categorygithub.com/tj/assert
repositorypackage
0.0.3
Repository: https://github.com/tj/assert.git
Documentation: pkg.go.dev

# README

assert GoDoc

Assertion pkg for Go, copied from github.com/stretchr/testify's require package.

I find early errors more useful than the t.Errorf() calls, which often fall through to nil pointers causing panics etc.