This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
github-mirror
/
tunasync
réplica de
https://github.com/tuna/tunasync.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
chore: ignore building tests
bigeagle
%!s(int64=9) %!d(string=hai) anos
pai
ad2b65fcaa
achega
42c645a736
Modificáronse 4 ficheiros
con
8 adicións
e
0 borrados
Dividir vista
Mostrar estatí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 ficheiro
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/httpServer.go
Ver ficheiro
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/managerMain.go
Ver ficheiro
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/workerMain.go
Ver ficheiro
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (