This website works better with JavaScript
Home
Explore
Help
Sign In
github-mirror
/
tunasync
mirror of
https://github.com/tuna/tunasync.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
chore: ignore building tests
bigeagle
9 years ago
parent
ad2b65fcaa
commit
42c645a736
4 changed files
with
8 additions
and
0 deletions
Split View
Show Diff Stats
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
View File
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/httpServer.go
View File
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/managerMain.go
View File
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/workerMain.go
View File
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (