geekai/api/test/test.go

11 lines
102 B
Go

package main
import (
"chatplus/utils"
"fmt"
)
func main() {
fmt.Println(utils.RandString(64))
}