This website works better with JavaScript
Home
Explore
Help
Sign In
svi
/
gostore
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
SVI Тесты
SVI
10 months ago
parent
c5e973f8b1
commit
5470ff4f8a
1 changed files
with
9 additions
and
0 deletions
Split View
Show Diff Stats
9
0
pkg/mock/mock_test.go
+ 9
- 0
pkg/mock/mock_test.go
View File
@@ -0,0 +1,9 @@
+package mock
+
+import (
+ "testing"
+)
+
+func TestMock(t *testing.T) {
+
+}