This commit is contained in:
richboo111
2023-07-12 17:15:37 +08:00
parent b929547203
commit b599a05a32
2 changed files with 4 additions and 3 deletions

View File

@@ -68,3 +68,7 @@ func TestImDecpryt(t *testing.T) {
fmt.Println(reflect.TypeOf(res))
fmt.Println(string(res))
}
func TestRand(t *testing.T) {
fmt.Println(time.Now().Unix())
}