package test import ( "testing" "time" ) func TestName(t *testing.T) { println(time.Now().Format("15:04:05")) }