assert is a simple testing library for Go. It extends the testing package of the Go standard library with some handy functions.
Use go get
to install or update the package:
go get -u github.com/tsne/assert
For more information see the Documentation.