From 2f0e866870cc36aceed1f1341807f2c5e0a864cc Mon Sep 17 00:00:00 2001 From: JeremyRand Date: Sat, 4 Nov 2017 08:00:31 +0000 Subject: [PATCH] gofmt -s tlsrestrictchromium/chromium.go --- tlsrestrictchromium/chromium.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tlsrestrictchromium/chromium.go b/tlsrestrictchromium/chromium.go index b53a90b..2d54794 100644 --- a/tlsrestrictchromium/chromium.go +++ b/tlsrestrictchromium/chromium.go @@ -1,13 +1,13 @@ package tlsrestrictchromium import ( + "crypto/sha256" "encoding/base64" - "math/big" - "github.com/miekg/dns" "encoding/hex" - "fmt" "encoding/json" - "crypto/sha256" + "fmt" + "github.com/miekg/dns" + "math/big" ) // DNSHash converts an FQDN to DNS wire format, takes the SHA256 of it, and