We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca41f1f commit 289197aCopy full SHA for 289197a
internal/provider/pointer_test.go
@@ -0,0 +1,3 @@
1
+package provider_test
2
+
3
+func P[T any](v T) *T { return &v }
0 commit comments