Cleanup imports

This commit is contained in:
Glenn Y. Rolland 2018-11-23 12:41:54 +01:00
parent f49f2c15d6
commit e596d1650d
3 changed files with 2 additions and 10 deletions

View file

@ -5,12 +5,8 @@ import (
"fmt" "fmt"
"github.com/spf13/cobra" "github.com/spf13/cobra"
"github.com/spf13/viper" "github.com/spf13/viper"
"strings"
// "github.com/davecgh/go-spew/spew"
// "log"
"os" "os"
// "reflect" "strings"
// "strconv"
) )
const ( const (

View file

@ -7,12 +7,10 @@ import (
"encoding/base64" "encoding/base64"
"errors" "errors"
"fmt" "fmt"
// "github.com/davecgh/go-spew/spew"
"log" "log"
"strings"
// "strconv"
"math/rand" "math/rand"
"net/mail" "net/mail"
"strings"
) )
type EmailHeaders map[string]string type EmailHeaders map[string]string

View file

@ -2,8 +2,6 @@ package main
import ( import (
"fmt" "fmt"
// "gopkg.in/russross/blackfriday.v2"
// "github.com/davecgh/go-spew/spew"
) )
func main() { func main() {