坑 go规定格式化必须用指定的时间点

formatStr := "2006-01-02 15:04:05"
fmt.Println(time.Now().Format(formatStr))