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"
"github.com/spf13/cobra"
"github.com/spf13/viper"
"strings"
// "github.com/davecgh/go-spew/spew"
// "log"
"os"
// "reflect"
// "strconv"
"strings"
)
const (

View file

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

View file

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