This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
github-mirror
/
tunasync
spegling av
https://github.com/tuna/tunasync.git
Bevaka
2
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Wiki
Bläddra i källkod
chore: ignore building tests
bigeagle
9 år sedan
förälder
ad2b65fcaa
incheckning
42c645a736
4 ändrade filer
med
8 tillägg
och
0 borttagningar
Delad Vy
Visa Diff Statistik
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
Visa fil
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/httpServer.go
Visa fil
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/managerMain.go
Visa fil
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/workerMain.go
Visa fil
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (