This commit is contained in:
loveuer
2026-01-28 10:28:13 +08:00
parent 507a67e455
commit 3ee0c9c098
29 changed files with 2852 additions and 0 deletions

5
tool/random.go Normal file
View File

@@ -0,0 +1,5 @@
package tool
func RandomString(length int) string {
panic("implz this")
}