Skip to content

Commit 289197a

Browse files
committed
add test helper
1 parent ca41f1f commit 289197a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/provider/pointer_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
package provider_test
2+
3+
func P[T any](v T) *T { return &v }

0 commit comments

Comments
 (0)