pulled out main function.

This commit is contained in:
Nathan Button 2015-10-06 16:19:04 -06:00
parent 0270356a60
commit 0c1d96fc2c
1 changed files with 4 additions and 4 deletions

View File

@ -8,10 +8,10 @@ import (
"zxcvbn-go/utils/math"
)
func main() {
password :="Testaaatyhg890l33t"
fmt.Println(PasswordStrength(password, nil))
}
//func main() {
// password :="Testaaatyhg890l33t"
// fmt.Println(PasswordStrength(password, nil))
//}
func PasswordStrength(password string, userInputs []string) scoring.MinEntropyMatch {
start := time.Now()