main
Bel LaPointe 2025-06-04 17:28:33 -06:00
parent 28b80f0b6b
commit e21b316627
1 changed files with 4 additions and 0 deletions

View File

@ -398,3 +398,7 @@ func Select[T any](db *sql.DB, q string, args ...any) ([]T, error) {
return results, rows.Err() return results, rows.Err()
} }
guid() string {
}