This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
github-mirror
/
tunasync
şunun yansıması
https://github.com/tuna/tunasync.git
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Kaynağa Gözat
chore: ignore building tests
bigeagle
9 yıl önce
ebeveyn
ad2b65fcaa
işleme
42c645a736
4 değiştirilmiş dosya
ile
8 ekleme
ve
0 silme
Görünümü Böl
Farklılık Durumunu Göster
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
Dosyayı Görüntüle
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/httpServer.go
Dosyayı Görüntüle
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/managerMain.go
Dosyayı Görüntüle
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/workerMain.go
Dosyayı Görüntüle
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (