Versions in this module Expand all Collapse all v0 v0.1.1 Oct 2, 2023 v0.1.0 Sep 3, 2023 Changes in this version + func Eq(t testing.TB, expected, actual T, skips ...int) bool + func EqS(t testing.TB, expected, actual []T) (ok bool) + func Error(t testing.TB, err error) bool + func ErrorIs(t testing.TB, expected T, err error) bool + func False(t testing.TB, actual bool) bool + func NoError(t testing.TB, err error) bool + func True(t testing.TB, actual bool) bool + func Type(t testing.TB, expected, actual any) bool