pulled out main function.
This commit is contained in:
parent
0270356a60
commit
0c1d96fc2c
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue