This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
github-mirror
/
tunasync
mirror of
https://github.com/tuna/tunasync.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
chore: ignore building tests
bigeagle
9 năm trước cách đây
mục cha
ad2b65fcaa
commit
42c645a736
4 tập tin đã thay đổi
với
8 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
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
Xem Tập Tin
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/httpServer.go
Xem Tập Tin
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/managerMain.go
Xem Tập Tin
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/workerMain.go
Xem Tập Tin
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (