chore: correct prompt messages

This commit is contained in:
RockYang
2024-03-22 18:27:57 +08:00
parent fb6a35ebe4
commit 37cdc26160
3 changed files with 6 additions and 5 deletions

View File

@@ -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))
}