处理错误文件
This commit is contained in:
parent
9766dbc99c
commit
fdd76334da
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user