diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-13 10:29:57 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-13 10:31:31 +0800 |
commit | ac956e5521b4ad1cce1f978cc1aef51e6aeb9480 (patch) | |
tree | 75a907b803a83452a5e0e8f5315458fa302059e8 /database.go | |
parent | database.go: query_list[T any] (diff) | |
download | forge-ac956e5521b4ad1cce1f978cc1aef51e6aeb9480.tar.gz forge-ac956e5521b4ad1cce1f978cc1aef51e6aeb9480.tar.zst forge-ac956e5521b4ad1cce1f978cc1aef51e6aeb9480.zip |
index: Reformat the page
Diffstat (limited to '')
-rw-r--r-- | database.go | 1 |
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 } - |