From b4121a3670d0e3caab34589ab288d43f99c124de Mon Sep 17 00:00:00 2001 From: scs Date: Thu, 27 Dec 2018 22:23:18 +0000 Subject: [PATCH] stuff --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 46fe83f..cd570dd 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( "golang.org/x/crypto/bcrypt" "html/template" "log" - "math/rand" + "crypto/rand" "net/smtp" "strings" )