处理错误文件

This commit is contained in:
liwei1dao 2022-07-07 10:50:36 +08:00
parent 9766dbc99c
commit fdd76334da

View File

@ -4,13 +4,11 @@ import (
"fmt" "fmt"
"go_dreamfactory/utils" "go_dreamfactory/utils"
"testing" "testing"
"time"
) )
func TestIsToday(t *testing.T) { func TestIsToday(t *testing.T) {
tt := time.Unix(1657163870, 0) // tt := time.Unix(1657163870, 0)
fmt.Println(utils.IsToday(tt)) // fmt.Println(utils.IsToday(tt))
} }
func TestSubTime(t *testing.T) { func TestSubTime(t *testing.T) {