diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-19 01:16:17 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-19 01:16:17 +0800 |
commit | 48f98b3c34cba543bba7c8d7e1b8593826e6da24 (patch) | |
tree | b16409821546ae62b1e7d78999c28a88b9e6541e /http_handle_repo_contrib_index.go | |
parent | repo/contrib: Remove unnecessary blank assign (diff) | |
download | forge-48f98b3c34cba543bba7c8d7e1b8593826e6da24.tar.gz forge-48f98b3c34cba543bba7c8d7e1b8593826e6da24.tar.zst forge-48f98b3c34cba543bba7c8d7e1b8593826e6da24.zip |
contrib/index: Remove erroneous go-git/v5
Diffstat (limited to 'http_handle_repo_contrib_index.go')
-rw-r--r-- | http_handle_repo_contrib_index.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/http_handle_repo_contrib_index.go b/http_handle_repo_contrib_index.go index 0c9481f..94a24b8 100644 --- a/http_handle_repo_contrib_index.go +++ b/http_handle_repo_contrib_index.go @@ -2,8 +2,6 @@ package main import ( "net/http" - - "github.com/go-git/go-git/v5" ) type id_title_status_t struct { |