This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
github-mirror
/
tunasync
kopia lustrzana
https://github.com/tuna/tunasync.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
chore: ignore building tests
bigeagle
9 lat temu
rodzic
ad2b65fcaa
commit
42c645a736
4 zmienionych plików
z
8 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
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
Wyświetl plik
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/httpServer.go
Wyświetl plik
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/managerMain.go
Wyświetl plik
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/workerMain.go
Wyświetl plik
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (