瀏覽代碼

chore: ignore building tests

bigeagle 9 年之前
父節點
當前提交
42c645a736
共有 4 個文件被更改,包括 8 次插入0 次删除
  1. 2 0
      tests/httpClient.go
  2. 2 0
      tests/httpServer.go
  3. 2 0
      tests/managerMain.go
  4. 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 (