package log import "testing" func TestLog(t *testing.T) { Println("aaa", 1, 3, 6) }