mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-17 08:46:38 +08:00
11 lines
102 B
Go
11 lines
102 B
Go
package main
|
|
|
|
import (
|
|
"chatplus/utils"
|
|
"fmt"
|
|
)
|
|
|
|
func main() {
|
|
fmt.Println(utils.RandString(64))
|
|
}
|