From 8cef0abf6a46209e46ac7284d9afb18b6b4729be Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Sun, 28 Aug 2016 13:45:38 -0400 Subject: [PATCH] Fix import error in tests --- cmd/micro/util_test.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cmd/micro/util_test.go b/cmd/micro/util_test.go index 02146212..29fc009f 100644 --- a/cmd/micro/util_test.go +++ b/cmd/micro/util_test.go @@ -1,9 +1,6 @@ package main -import ( - "fmt" - "testing" -) +import "testing" func TestNumOccurences(t *testing.T) { var tests = []struct {