From a107d339a87782dbb470c1bf7f64b0945afd5716 Mon Sep 17 00:00:00 2001 From: JeremyRand Date: Sat, 23 Jun 2018 09:27:07 +0000 Subject: [PATCH] goimports -w tlsrestrictchromium/chromium_test.go --- tlsrestrictchromium/chromium_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tlsrestrictchromium/chromium_test.go b/tlsrestrictchromium/chromium_test.go index 373f294..d46f7ee 100644 --- a/tlsrestrictchromium/chromium_test.go +++ b/tlsrestrictchromium/chromium_test.go @@ -1,8 +1,9 @@ package tlsrestrictchromium_test import ( - "github.com/namecoin/ncdns/tlsrestrictchromium" "testing" + + "github.com/namecoin/ncdns/tlsrestrictchromium" ) func TestDnsHash(t *testing.T) {