1# assert [![GoDoc](https://godoc.org/github.com/tj/assert?status.svg)](https://godoc.org/github.com/tj/assert)
2
3Assertion pkg for Go, copied from [github.com/stretchr/testify's](//github.com/stretchr/testify) require package.
4
5I find early errors more useful than the `t.Errorf()` calls, which often fall through to nil pointers causing panics etc.
6