Files
upkg/tool/random.go
2026-01-28 10:28:13 +08:00

6 lines
76 B
Go

package tool
func RandomString(length int) string {
panic("implz this")
}