From 42c645a7369070735ed153c1bc5513e5abd80545 Mon Sep 17 00:00:00 2001 From: bigeagle Date: Thu, 28 Apr 2016 23:12:21 +0800 Subject: [PATCH] chore: ignore building tests --- tests/httpClient.go | 2 ++ tests/httpServer.go | 2 ++ tests/managerMain.go | 2 ++ tests/workerMain.go | 2 ++ 4 files changed, 8 insertions(+) diff --git a/tests/httpClient.go b/tests/httpClient.go index a36fd85..b719282 100644 --- a/tests/httpClient.go +++ b/tests/httpClient.go @@ -1,3 +1,5 @@ +// +build ignore + package main import ( diff --git a/tests/httpServer.go b/tests/httpServer.go index 822eb56..45ab892 100644 --- a/tests/httpServer.go +++ b/tests/httpServer.go @@ -1,3 +1,5 @@ +// +build ignore + package main import ( diff --git a/tests/managerMain.go b/tests/managerMain.go index 4443019..0f6033b 100644 --- a/tests/managerMain.go +++ b/tests/managerMain.go @@ -1,3 +1,5 @@ +// +build ignore + package main import ( diff --git a/tests/workerMain.go b/tests/workerMain.go index 24bf6a2..61ed926 100644 --- a/tests/workerMain.go +++ b/tests/workerMain.go @@ -1,3 +1,5 @@ +// +build ignore + package main import (