Versions in this module Expand all Collapse all v0 v0.1.1 Mar 5, 2023 v0.1.0 Jan 18, 2023 Changes in this version + func Equal(t *testing.T, expected, actual any) bool + func EqualError(t *testing.T, err error, expected string) bool + func NoError(t *testing.T, err error) bool + func NotPanics(t *testing.T, fn func())