aboutsummaryrefslogtreecommitdiff
path: root/database.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-13 10:29:57 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-13 10:31:31 +0800
commitac956e5521b4ad1cce1f978cc1aef51e6aeb9480 (patch)
tree75a907b803a83452a5e0e8f5315458fa302059e8 /database.go
parentdatabase.go: query_list[T any] (diff)
downloadforge-ac956e5521b4ad1cce1f978cc1aef51e6aeb9480.tar.gz
forge-ac956e5521b4ad1cce1f978cc1aef51e6aeb9480.tar.zst
forge-ac956e5521b4ad1cce1f978cc1aef51e6aeb9480.zip
index: Reformat the page
Diffstat (limited to 'database.go')
-rw-r--r--database.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/database.go b/database.go
index cf4f4ba..a583211 100644
--- a/database.go
+++ b/database.go
@@ -26,4 +26,3 @@ func query_list[T any](ctx context.Context, query string, args ...any) ([]T, err
return result, nil
}
-