From ae54392a85d733093ce8b633847e4b0dd79b2792 Mon Sep 17 00:00:00 2001 From: DanB Date: Wed, 9 Aug 2017 00:11:10 +0200 Subject: [PATCH] Small fix on cache tests --- cache/cache_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cache/cache_test.go b/cache/cache_test.go index 7ec24eccb..48ad6e65d 100755 --- a/cache/cache_test.go +++ b/cache/cache_test.go @@ -18,7 +18,6 @@ along with this program. If not, see package cache import ( - "fmt" "math/rand" "sync" "testing"