From 0bc286dc93a80f5430e39f1825befc02f40fcb75 Mon Sep 17 00:00:00 2001 From: "Tim St. Clair" Date: Thu, 11 Feb 2016 12:27:49 -0800 Subject: [PATCH] Stop leaking testing dependencies (and flags) in non-testing builds --- container/mock.go | 2 ++ manager/manager_mock.go | 2 ++ 2 files changed, 4 insertions(+) diff --git a/container/mock.go b/container/mock.go index 0306b404..b4c69762 100644 --- a/container/mock.go +++ b/container/mock.go @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// +build test + package container import ( diff --git a/manager/manager_mock.go b/manager/manager_mock.go index f84feb16..ffec8108 100644 --- a/manager/manager_mock.go +++ b/manager/manager_mock.go @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// +build test + package manager import (