This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
github-mirror
/
tunasync
espejo de
https://github.com/tuna/tunasync.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
chore: ignore building tests
bigeagle
hace 9 años
padre
ad2b65fcaa
commit
42c645a736
Se han
modificado 4 ficheros
con
8 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
tests/httpClient.go
2
0
tests/httpServer.go
2
0
tests/managerMain.go
2
0
tests/workerMain.go
+ 2
- 0
tests/httpClient.go
Ver fichero
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/httpServer.go
Ver fichero
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/managerMain.go
Ver fichero
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/workerMain.go
Ver fichero
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (