mirror of
https://gitee.com/blackfox/geekai.git
synced 2025-12-07 09:18:27 +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))
|
|
}
|