This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
github-mirror
/
tunasync
mirror de
https://github.com/tuna/tunasync.git
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
chore: ignore building tests
bigeagle
há 9 anos atrás
pai
ad2b65fcaa
commit
42c645a736
4 ficheiros alterados
com
8 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas 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 (