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"
|
"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 (
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue