Browse Source

SVI Тесты

SVI 10 months ago
parent
commit
5470ff4f8a
1 changed files with 9 additions and 0 deletions
  1. 9 0
      pkg/mock/mock_test.go

+ 9 - 0
pkg/mock/mock_test.go

@@ -0,0 +1,9 @@
+package mock
+
+import (
+	"testing"
+)
+
+func TestMock(t *testing.T) {
+
+}