aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-16 11:00:00 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-16 11:00:00 +0800
commit3188d507f662023325205191770b82b24ff7b29c (patch)
tree4281aabe8b0b25eeb901e33fe9dcd3bff4efcd92
parentMakefile: Don't remove vendor when building (diff)
downloadforge-3188d507f662023325205191770b82b24ff7b29c.tar.gz
forge-3188d507f662023325205191770b82b24ff7b29c.tar.zst
forge-3188d507f662023325205191770b82b24ff7b29c.zip
*.go: Reformat
-rw-r--r--http_handle_repo_info.go1
-rw-r--r--http_handle_repo_upload_pack.go1
2 files changed, 2 insertions, 0 deletions
diff --git a/http_handle_repo_info.go b/http_handle_repo_info.go
index 4dd1c8d..32d4033 100644
--- a/http_handle_repo_info.go
+++ b/http_handle_repo_info.go
@@ -2,6 +2,7 @@ package main
import (
"net/http"
+
"github.com/go-git/go-billy/v5/osfs"
"github.com/go-git/go-git/v5/plumbing/format/pktline"
"github.com/go-git/go-git/v5/plumbing/transport"
diff --git a/http_handle_repo_upload_pack.go b/http_handle_repo_upload_pack.go
index 9b31c25..a765d97 100644
--- a/http_handle_repo_upload_pack.go
+++ b/http_handle_repo_upload_pack.go
@@ -2,6 +2,7 @@ package main
import (
"net/http"
+
"github.com/go-git/go-billy/v5/osfs"
"github.com/go-git/go-git/v5/plumbing/protocol/packp"
"github.com/go-git/go-git/v5/plumbing/transport"