// Test that func init does not panic. func TestInit(t *testing.T) { … } // Test that Unreachable panics. func TestUnreachable(t *testing.T) { … } // Test that UnreachableExceptTests does not panic (this is a test). func TestUnreachableExceptTests(t *testing.T) { … }