From 8f7086a8bdd5eb2fe3df8d438cf4523b9051cd07 Mon Sep 17 00:00:00 2001 From: Kunal Kushwaha Date: Wed, 23 Aug 2017 15:29:30 +0900 Subject: [PATCH] unused fmt package `make integration` reports this error. Signed-off-by: Kunal Kushwaha --- container_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/container_test.go b/container_test.go index a2627114c..0c0d8416c 100644 --- a/container_test.go +++ b/container_test.go @@ -2,7 +2,6 @@ package containerd import ( "bytes" - "fmt" "io/ioutil" "os" "runtime"