Use std lib for email parsing.

This commit is contained in:
Bill Thiede 2017-12-31 16:48:20 -08:00
parent 42f403b0a5
commit 774d1e3603

View File

@ -5,14 +5,14 @@ import (
"database/sql"
"flag"
"fmt"
"net/mail"
"time"
"unicode/utf8"
"xinu.tv/types"
"github.com/golang/glog"
_ "github.com/lib/pq"
"xinu.tv/std/net/mail"
)
var (