package log import "testing" func TestLog(t *testing.T) { Println("aaa", 1,3) Fatal("aaa", 1,3) Fatalf("aaa=%d", 1) }