From 3188d507f662023325205191770b82b24ff7b29c Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 16 Feb 2025 11:00:00 +0800 Subject: [PATCH] *.go: Reformat --- http_handle_repo_info.go | 1 + http_handle_repo_upload_pack.go | 1 + diff --git a/http_handle_repo_info.go b/http_handle_repo_info.go index 4dd1c8d8f55501ecc8270ef7b19de4ce3c6a9f98..32d403359dfb4308c5d91b646a60800cad38a0b6 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 9b31c25c2c936890651d5904da31aef1142e9e2e..a765d973667500173eda9038b4c790ddfa434608 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" -- 2.48.1