Stop leaking testing dependencies (and flags) in non-testing builds

This commit is contained in:
Tim St. Clair 2016-02-11 12:27:49 -08:00
parent e588696df2
commit 0bc286dc93
2 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build test
package container
import (

View File

@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build test
package manager
import (