package main_test import ( "testing" ) func TestNothing(t *testing.T) { t.Logf("Dummy test passed") }