aboutsummaryrefslogtreecommitdiff
path: root/lmtp_handle_patch.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-05 21:27:17 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-05 21:27:17 +0800
commite0635b47c2f30719e1ea026812af85c988632c0e (patch)
treef112904c018dc294cf6f902423745f1f1932449c /lmtp_handle_patch.go
parentExport symbols from database.go (diff)
downloadforge-e0635b47c2f30719e1ea026812af85c988632c0e.tar.gz
forge-e0635b47c2f30719e1ea026812af85c988632c0e.tar.zst
forge-e0635b47c2f30719e1ea026812af85c988632c0e.zip
Move things to internal/v0.1.23
Diffstat (limited to '')
-rw-r--r--lmtp_handle_patch.go2
1 files changed, 1 insertions, 1 deletions
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) {