From e0635b47c2f30719e1ea026812af85c988632c0e Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 5 Apr 2025 21:27:17 +0800 Subject: Move things to internal/ --- http_handle_repo_index.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'http_handle_repo_index.go') diff --git a/http_handle_repo_index.go b/http_handle_repo_index.go index edba57b..40fd9b0 100644 --- a/http_handle_repo_index.go +++ b/http_handle_repo_index.go @@ -6,8 +6,8 @@ package forge import ( "net/http" - "go.lindenii.runxiyu.org/forge/git2c" - "go.lindenii.runxiyu.org/forge/render" + "go.lindenii.runxiyu.org/forge/internal/git2c" + "go.lindenii.runxiyu.org/forge/internal/render" ) type commitDisplay struct { -- cgit v1.2.3