From b919752145008d658915de7b7d1177b3b93b5909 Mon Sep 17 00:00:00 2001 From: Timothy Date: Sat, 16 Jun 2018 15:49:16 +0800 Subject: [PATCH] Update utils_test.go --- utils_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/utils_test.go b/utils_test.go index 4d6a258..5a77a52 100644 --- a/utils_test.go +++ b/utils_test.go @@ -1,8 +1,6 @@ package godns import ( - "os" - "strings" "testing" )