完善测试文件

This commit is contained in:
bjdgyc
2021-03-10 17:00:16 +08:00
parent ddba116fbf
commit 016a43b792
5 changed files with 83 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ func HumanByte(bf interface{}) string {
return hb
}
func RandomNum(length int) string {
func RandomRunes(length int) string {
letterRunes := []rune("abcdefghijklmnpqrstuvwxy1234567890")
bytes := make([]rune, length)