This website works better with JavaScript
홈
탐색
도움말
로그인
github-mirror
/
tunasync
의 미러
https://github.com/tuna/tunasync.git
Watch
2
Star
0
포크
0
파일
이슈
0
위키
소스 검색
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 (