package main import "testing" func TestMain(t *testing.T) { t.Log("it's all okay") }