This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
github-mirror
/
tunasync
cermin dari
https://github.com/tuna/tunasync.git
Liatin
2
Bintangi
0
Fork
0
Berkas
Masalah
0
Wiki
Jelajahi Sumber
chore: ignore building tests
bigeagle
9 tahun lalu
induk
ad2b65fcaa
melakukan
42c645a736
4 mengubah file
dengan
8 tambahan dan
0 penghapusan
Tampilan Split
Tampilkan Statistik 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
Tampilan Berkas
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/httpServer.go
Tampilan Berkas
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/managerMain.go
Tampilan Berkas
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/workerMain.go
Tampilan Berkas
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (