first commit
This commit is contained in:
9
pkg/secure/password_test.go
Normal file
9
pkg/secure/password_test.go
Normal file
@ -0,0 +1,9 @@
|
||||
package secure
|
||||
|
||||
import "testing"
|
||||
|
||||
func Test_generatePasswd(t *testing.T) {
|
||||
for i := 0; i < 20; i++ {
|
||||
println(GeneratePasswd("advance", 16))
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user