mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-23 04:27:03 +00:00
Reformat *.go with goimports command
This commit is contained in:
@@ -2,10 +2,11 @@ package smtpd
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"github.com/jhillyerd/go.enmime"
|
||||
"io"
|
||||
"net/mail"
|
||||
"time"
|
||||
|
||||
"github.com/jhillyerd/go.enmime"
|
||||
)
|
||||
|
||||
var ErrNotExist = errors.New("Message does not exist")
|
||||
|
||||
Reference in New Issue
Block a user