Cleanup imports

This commit is contained in:
Glenn Y. Rolland 2018-08-22 14:01:44 +02:00
parent 35fd34ddd0
commit e407d95649

View file

@ -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