Versions in this module Expand all Collapse all v0 v0.2.0 May 19, 2026 Changes in this version + func AssertEqualDateOnly(t *testing.T, expected, actual time.Time) + func AssertEqualFile(t *testing.T, filePath string, content io.Reader, updateGoldenFile bool) + func AssertEqualGoldenFile(t *testing.T, filePath string, content io.Reader, updateGoldenFile bool) + func AssertEqualNullableDateOnly(t *testing.T, expected, actual *time.Time) + func AssertEqualTimeOnly(t *testing.T, expected, actual time.Time) + func Map[I any, O any](input []I, transform func(I) O) []O + func MatchNullableTime(want *time.Time) func(*time.Time) bool + func PointerOf[T any](v T) *T + func SliceOfPointers[T any](vv ...T) []*T