utils_test.go 160 Bytes
Newer Older
hujiebin's avatar
hujiebin committed
1 2 3 4 5 6 7 8 9 10
package utils

import (
	"testing"
	"time"
)

func TestTestCommon(t *testing.T) {
	t.Logf(time.Date(2022, time.November, 1, 0, 0, 0, 0, time.Local).String())
}