Cleanup imports
This commit is contained in:
parent
35fd34ddd0
commit
e407d95649
1 changed files with 1 additions and 5 deletions
|
@ -1,17 +1,13 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"strings"
|
||||
// "errors"
|
||||
"bytes"
|
||||
"fmt"
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
"strings"
|
||||
// "log"
|
||||
// "os"
|
||||
// "strconv"
|
||||
// "net"
|
||||
"net/mail"
|
||||
// "net/smtp"
|
||||
)
|
||||
|
||||
type EmailHeaders map[string]string
|
||||
|
|
Loading…
Reference in a new issue