depth2_test.go 103 B

123456789
  1. package d2
  2. import (
  3. "testing"
  4. )
  5. func TestDepth2(t *testing.T) {
  6. t.Log("Тест уровня 2")
  7. }