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 package main
import ( import (
"strings"
// "errors"
"bytes" "bytes"
"fmt" "fmt"
"github.com/davecgh/go-spew/spew" "github.com/davecgh/go-spew/spew"
"strings"
// "log" // "log"
// "os"
// "strconv" // "strconv"
// "net"
"net/mail" "net/mail"
// "net/smtp"
) )
type EmailHeaders map[string]string type EmailHeaders map[string]string