diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-06 01:55:21 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-06 02:08:58 +0800 |
commit | faa5ca8fab23176d390e9522f1485d467851545b (patch) | |
tree | d3b1d081e0ea5e7f71a94dc1d301e2540a8abcc8 /lmtp_handle_patch.go | |
parent | Slight refactor on NewServer (diff) | |
download | forge-faa5ca8fab23176d390e9522f1485d467851545b.tar.gz forge-faa5ca8fab23176d390e9522f1485d467851545b.tar.zst forge-faa5ca8fab23176d390e9522f1485d467851545b.zip |
Move stuff into internal/unsortedv0.1.28
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" |