# README
expect
This package provides unit test helpers for checking values and errors, powered
by the cmp
,
errors
, and
reflect
packages.
See godoc for usage and examples.
Installation
This package can be imported into a module-aware Go project as follows:
go get github.com/nicheinc/expect
Contributing
See CONTRIBUTING.md for details on contributing to the
expect
package.