This commit is contained in:
scs 2018-12-27 22:23:18 +00:00
parent b5ea9955cb
commit b4121a3670
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
"golang.org/x/crypto/bcrypt" "golang.org/x/crypto/bcrypt"
"html/template" "html/template"
"log" "log"
"math/rand" "crypto/rand"
"net/smtp" "net/smtp"
"strings" "strings"
) )