// package lev2 -- объединяющий пакет уровня package lev2 import ( "testing" ) func TestLev2(t *testing.T) { t.Log("Тест уровня 2") }