This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
github-mirror
/
tunasync
peilaus alkaen
https://github.com/tuna/tunasync.git
Tarkkaile
2
Äänestä
0
Haarauta
0
Tiedostot
Esitykset
0
Wiki
Selaa lähdekoodia
chore: ignore building tests
bigeagle
9 vuotta sitten
vanhempi
ad2b65fcaa
sitoutus
42c645a736
4 muutettua tiedostoa
jossa
8 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
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
Näytä tiedosto
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/httpServer.go
Näytä tiedosto
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/managerMain.go
Näytä tiedosto
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/workerMain.go
Näytä tiedosto
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (