format code and fix wrong spell

This commit is contained in:
xuc2
2021-12-03 16:48:07 +08:00
parent 7fd539c57e
commit 0bb3c92335
22 changed files with 90 additions and 100 deletions

View File

@@ -6,5 +6,5 @@ import (
)
func TestRandomString(t *testing.T) {
fmt.Println(RandomString(6,true))
}
fmt.Println(RandomString(6, true))
}