This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
github-mirror
/
tunasync
同期ミラー
https://github.com/tuna/tunasync.git
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
chore: ignore building tests
bigeagle
9 年 前
親
ad2b65fcaa
コミット
42c645a736
4 ファイル変更
、
8 行追加
、
0 行削除
分割表示
差分情報を表示
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
ファイルの表示
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/httpServer.go
ファイルの表示
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/managerMain.go
ファイルの表示
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (
+ 2
- 0
tests/workerMain.go
ファイルの表示
@@ -1,3 +1,5 @@
+// +build ignore
+
package main
import (