//
pkg.gl
Category
github.com/lainio/err2
internal
expect
package
1.2.2
Repository:
https://github.com/lainio/err2.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
48 SLOC
#
Functions
Equal
Equal fails the test if the values aren't equal.
NotEqual
NotEqual fails the test if the values aren't equal.
That
That fails the test if the condition is false.
Thatf
Thatf fails the test if the condition is false.
ThatNot
ThatNot fails the test if the condition is true.