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
|
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
|
||||||
|
|
Loading…
Reference in a new issue