package
0.0.5
Repository: https://github.com/beehivedb/go-common.git
Documentation: pkg.go.dev

# Functions

Assert fails the test if the condition is false.
Equals fails the test if exp is not equal to act.
ErrorEqual compares Go errors for equality.
NotOk fails the test if an err is nil.
Ok fails the test if an err is not nil.

# Interfaces

TB interface to testing.{T,B}.