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 (