From e0635b47c2f30719e1ea026812af85c988632c0e Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 5 Apr 2025 21:27:17 +0800 Subject: Move things to internal/ --- lmtp_handle_patch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lmtp_handle_patch.go') diff --git a/lmtp_handle_patch.go b/lmtp_handle_patch.go index bf1b94c..6841444 100644 --- a/lmtp_handle_patch.go +++ b/lmtp_handle_patch.go @@ -16,7 +16,7 @@ import ( "github.com/bluekeyes/go-gitdiff/gitdiff" "github.com/go-git/go-git/v5" - "go.lindenii.runxiyu.org/forge/misc" + "go.lindenii.runxiyu.org/forge/internal/misc" ) func (s *Server) lmtpHandlePatch(session *lmtpSession, groupPath []string, repoName string, mbox io.Reader) (err error) { -- cgit v1.2.3