lint; rearrange code
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
||||
"github.com/getsentry/sentry-go"
|
||||
"github.com/jhillyerd/enmime"
|
||||
"gitlab.com/etke.cc/go/logger"
|
||||
|
||||
"gitlab.com/etke.cc/postmoogle/utils"
|
||||
)
|
||||
|
||||
|
||||
@@ -3,8 +3,9 @@ package smtp
|
||||
import (
|
||||
"context"
|
||||
|
||||
"gitlab.com/etke.cc/postmoogle/utils"
|
||||
"maunium.net/go/mautrix/id"
|
||||
|
||||
"gitlab.com/etke.cc/postmoogle/utils"
|
||||
)
|
||||
|
||||
// Client interface to send emails
|
||||
|
||||
Reference in New Issue
Block a user