Cleanup imports
This commit is contained in:
parent
f49f2c15d6
commit
e596d1650d
3 changed files with 2 additions and 10 deletions
|
@ -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 (
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -2,8 +2,6 @@ package main
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
// "gopkg.in/russross/blackfriday.v2"
|
||||
// "github.com/davecgh/go-spew/spew"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Reference in a new issue