From 5bb6efd8bdfc3fcfbf6dcb6ae5265773c1919df3 Mon Sep 17 00:00:00 2001 From: Jeremy Saenz Date: Thu, 18 Jul 2013 18:04:30 -0700 Subject: [PATCH] JMS #4: Fixed compile error --- command_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/command_test.go b/command_test.go index 86098b9..7f1e458 100644 --- a/command_test.go +++ b/command_test.go @@ -1,5 +1 @@ package cli - -import ( - "testing" -)