1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-05 21:06:24 -07:00

Remove commented out bcrypt reference, fix whitespace

This commit is contained in:
Darren VanBuren 2016-06-16 04:07:32 -07:00
parent dc4be48e4f
commit 5680cb0481

View file

@ -5,7 +5,6 @@ import (
"crypto/sha1" "crypto/sha1"
"fmt" "fmt"
"golang.org/x/crypto/bcrypt" "golang.org/x/crypto/bcrypt"
//"golang.org/x/crypto/bcrypt"
"io" "io"
"io/ioutil" "io/ioutil"
"math/rand" "math/rand"