From e407d95649fdd58947005d4f144e3ec2ba4474fc Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Wed, 22 Aug 2018 14:01:44 +0200 Subject: [PATCH] Cleanup imports --- cmd/trello2mail/email.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cmd/trello2mail/email.go b/cmd/trello2mail/email.go index 16ecfff..4cfb087 100644 --- a/cmd/trello2mail/email.go +++ b/cmd/trello2mail/email.go @@ -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