diff options
Diffstat (limited to '')
-rw-r--r-- | internal/unsorted/http_handle_group_index.go (renamed from http_handle_group_index.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http_handle_group_index.go b/internal/unsorted/http_handle_group_index.go index 5d2edce..41eba24 100644 --- a/http_handle_group_index.go +++ b/internal/unsorted/http_handle_group_index.go @@ -2,7 +2,7 @@ // SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> -package forge +package unsorted import ( "errors" |