From ddc1de2fb25fda748d8d3a614b697e7f24c83eb7 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 6 Mar 2025 20:19:38 +0800 Subject: *: Reformat --- git_misc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git_misc.go') diff --git a/git_misc.go b/git_misc.go index e80c737..f2f8dba 100644 --- a/git_misc.go +++ b/git_misc.go @@ -10,10 +10,10 @@ import ( "os" "strings" - "github.com/jackc/pgx/v5/pgtype" "github.com/go-git/go-git/v5" "github.com/go-git/go-git/v5/plumbing" "github.com/go-git/go-git/v5/plumbing/object" + "github.com/jackc/pgx/v5/pgtype" ) // open_git_repo opens a git repository by group and repo name. -- cgit v1.2.3