package main import "testing" func TestTesting(t *testing.T) { t.Log("Compilation and testing is fine") }