diff options
Diffstat (limited to 'internal/test/helpers.go')
| -rw-r--r-- | internal/test/helpers.go | 4 |
1 files changed, 0 insertions, 4 deletions
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 -} |
