This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
svi
/
gostore
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
SVI Тесты
SVI
hace 10 meses
padre
c5e973f8b1
commit
5470ff4f8a
Se han
modificado 1 ficheros
con
9 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
9
0
pkg/mock/mock_test.go
+ 9
- 0
pkg/mock/mock_test.go
Ver fichero
@@ -0,0 +1,9 @@
+package mock
+
+import (
+ "testing"
+)
+
+func TestMock(t *testing.T) {
+
+}