From 2ae15c3c00051660649d5f1e49ba5f2a3adabd5e Mon Sep 17 00:00:00 2001 From: netevert Date: Fri, 30 Mar 2018 21:29:45 +0100 Subject: [PATCH] tmp fix to tests --- dnsmorph_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsmorph_test.go b/dnsmorph_test.go index 4af1cb8..4837101 100644 --- a/dnsmorph_test.go +++ b/dnsmorph_test.go @@ -1,7 +1,7 @@ package main import ( - "net" + // "net" "testing" )