package log import ( "testing" ) func TestPrintf(t *testing.T) { Printf("This is a test\n") Printf("Another test\n") }