From e21b316627c155cca37af7a7a7acd8207a3670c2 Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Wed, 4 Jun 2025 17:28:33 -0600 Subject: [PATCH] todo --- main.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.go b/main.go index 0c27bee..584fb54 100644 --- a/main.go +++ b/main.go @@ -398,3 +398,7 @@ func Select[T any](db *sql.DB, q string, args ...any) ([]T, error) { return results, rows.Err() } + +guid() string { + +}