mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-08 18:23:45 +08:00
chore: correct prompt messages
This commit is contained in:
@@ -17,8 +17,5 @@ type Student struct {
|
||||
|
||||
func main() {
|
||||
|
||||
text := "2024-06-01 08:34:46"
|
||||
fmt.Println(utils.Str2stamp(text))
|
||||
|
||||
fmt.Println(utils.Stamp2str(utils.Str2stamp(text)))
|
||||
fmt.Println(utils.RandString(64))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user