wagslane / go-password-validator

Validate the Strength of a Password in Go
https://blog.boot.dev/open-source/how-to-validate-passwords/
MIT License
500 stars 40 forks source link

Used stdlib implementation of containsRune #1

Closed bakurits closed 4 years ago

bakurits commented 4 years ago

I've removed containsRune function from the code and used the standard library function instead

wagslane commented 4 years ago

Thanks!