diff options
Diffstat (limited to '')
-rw-r--r-- | internal/unsorted/lmtp_handle_patch.go (renamed from lmtp_handle_patch.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lmtp_handle_patch.go b/internal/unsorted/lmtp_handle_patch.go index 6841444..1a23422 100644 --- a/lmtp_handle_patch.go +++ b/internal/unsorted/lmtp_handle_patch.go @@ -1,7 +1,7 @@ // SPDX-License-Identifier: AGPL-3.0-only // SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> -package forge +package unsorted import ( "bytes" |