From 49585f40aad4bdd0d5b12a96f6411ae69b0c135a Mon Sep 17 00:00:00 2001 From: Scott Date: Sun, 24 Jan 2016 17:32:22 +1100 Subject: [PATCH] Removes unused import --- common_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/common_test.go b/common_test.go index 2a35c366..66750ca1 100644 --- a/common_test.go +++ b/common_test.go @@ -2,7 +2,6 @@ package main import ( "bytes" - "encoding/hex" "fmt" "testing" )