fix tls in link and json

This commit is contained in:
Alireza Ahmadi
2025-01-11 11:25:40 +01:00
parent 88adcc7c9a
commit 7e41af0da8
3 changed files with 55 additions and 1 deletions
+4
View File
@@ -24,3 +24,7 @@ func Random(n int) string {
}
return string(runes)
}
func RandomInt(n int) int {
return rnd.Intn(n)
}