From f031d2b30954c6416bcba89c0336e53494d781e5 Mon Sep 17 00:00:00 2001 From: JeremyRand Date: Sat, 23 Jun 2018 09:02:11 +0000 Subject: [PATCH] goimports -w tlsrestrictchromium/chromium.go --- tlsrestrictchromium/chromium.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tlsrestrictchromium/chromium.go b/tlsrestrictchromium/chromium.go index 2d54794..b61f844 100644 --- a/tlsrestrictchromium/chromium.go +++ b/tlsrestrictchromium/chromium.go @@ -6,8 +6,9 @@ import ( "encoding/hex" "encoding/json" "fmt" - "github.com/miekg/dns" "math/big" + + "github.com/miekg/dns" ) // DNSHash converts an FQDN to DNS wire format, takes the SHA256 of it, and