Versions in this module Expand all Collapse all v1 v1.0.2 Apr 21, 2026 v1.0.1 Apr 16, 2026 Changes in this version + func Equal[T any](t *testing.T, got, want T) + func Equalish(t *testing.T, got, want, delta float64) + func ErrorAs(t *testing.T, got error, target any) + func ErrorIs(t *testing.T, got, want error) + func False(t *testing.T, got bool) + func MatchesRegexp(t *testing.T, got, pattern string) + func Nil(t *testing.T, got any) + func NotEqual[T any](t *testing.T, got, want T) + func NotNil(t *testing.T, got any) + func True(t *testing.T, got bool)