diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-06 01:55:21 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-06 02:08:58 +0800 |
commit | faa5ca8fab23176d390e9522f1485d467851545b (patch) | |
tree | d3b1d081e0ea5e7f71a94dc1d301e2540a8abcc8 /http_handle_repo_raw.go | |
parent | Slight refactor on NewServer (diff) | |
download | forge-0.1.28.tar.gz forge-0.1.28.tar.zst forge-0.1.28.zip |
Move stuff into internal/unsortedv0.1.28
Diffstat (limited to '')
-rw-r--r-- | internal/unsorted/http_handle_repo_raw.go (renamed from http_handle_repo_raw.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http_handle_repo_raw.go b/internal/unsorted/http_handle_repo_raw.go index 286cbdf..7849d48 100644 --- a/http_handle_repo_raw.go +++ b/internal/unsorted/http_handle_repo_raw.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: AGPL-3.0-only // SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> -package forge +package unsorted import ( "fmt" |