package scriptx_test import "testing" func TestPrintf(t *testing.T) { t.Log("Hello") }