From 3d8637838e9ccfcb56899842945e760f337428b0 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sun, 26 May 2024 22:14:56 +0200 Subject: feat: Add about page --- pkg/u/util.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pkg/u/util.go (limited to 'pkg/u') diff --git a/pkg/u/util.go b/pkg/u/util.go new file mode 100644 index 0000000..9706539 --- /dev/null +++ b/pkg/u/util.go @@ -0,0 +1,5 @@ +package u + +func Ptr[T any](v T) *T { + return &v +} -- cgit v1.2.3