From b95ec7449ebec844221f80ecbf7976f3af878eee Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Wed, 17 Jun 2026 23:23:52 +0200 Subject: raise minimum Go version to 1.26 --- internal/test/helpers.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'internal/test') diff --git a/internal/test/helpers.go b/internal/test/helpers.go index c466c69..4cfca1e 100644 --- a/internal/test/helpers.go +++ b/internal/test/helpers.go @@ -19,7 +19,3 @@ func AssertEqual[V any](t *testing.T, actual, expected V) bool { t.Errorf("expected %#v, but got %#v", expected, actual) return false } - -func PointerTo[V any](value V) *V { - return &value -} -- cgit v1.3.1