Versions in this module Expand all Collapse all v0 v0.6.1 Jul 31, 2023 v0.0.4 Jul 31, 2023 Changes in this version + func Assert(t testingTB, cond bool, val ...interface{}) + func Assertf(t testingTB, cond bool, format string, val ...interface{}) + func DeepEqual(t testingTB, a, b interface{}) + func Panic(t testingTB, fn func()) + func PanicAt(t testingTB, fn func(), expect func(err interface{}) bool)