From 502d87f39d569ecd7be57909ce725a7246ae8645 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Mon, 12 Jan 2015 22:52:19 +0000 Subject: [PATCH] fix issue with goimport Signed-off-by: Victor Vieux Upstream-commit: b70632ec532d4a948e227a646f8286d7c439cb4f Component: engine --- components/engine/pkg/mflag/flag_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/engine/pkg/mflag/flag_test.go b/components/engine/pkg/mflag/flag_test.go index df640d1485..85f32c8aa4 100644 --- a/components/engine/pkg/mflag/flag_test.go +++ b/components/engine/pkg/mflag/flag_test.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package mflag_test +package mflag import ( "bytes" @@ -12,7 +12,6 @@ import ( "strings" "testing" "time" - . "github.com/docker/docker/pkg/mflag" ) // ResetForTesting clears all flag state and sets the usage function as directed.