From a423f5b7dd042635739723187f7d9adef60e580c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E9=9F=B5=E6=99=A8520370910012?= Date: Fri, 20 Sep 2024 11:10:27 +0800 Subject: [PATCH] fix: bad commit msg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previous commit msg was for testing purposes only. Sorry for the disturbance :( Signed-off-by: 王韵晨520370910012 --- pkg/healthcheck/commit.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/healthcheck/commit.go b/pkg/healthcheck/commit.go index 375046e..5d4d5f8 100644 --- a/pkg/healthcheck/commit.go +++ b/pkg/healthcheck/commit.go @@ -5,7 +5,6 @@ import ( "log/slog" "strings" "unicode" - "github.com/go-git/go-git/v5" )