diff options
Diffstat (limited to '')
-rw-r--r-- | internal/unsorted/lmtp_server.go (renamed from lmtp_server.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lmtp_server.go b/internal/unsorted/lmtp_server.go index 593dc5a..13c74c8 100644 --- a/lmtp_server.go +++ b/internal/unsorted/lmtp_server.go @@ -2,7 +2,7 @@ // SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> // SPDX-FileCopyrightText: Copyright (c) 2024 Robin Jarry <robin@jarry.cc> -package forge +package unsorted import ( "bytes" |