goimports -w tlsrestrictchromium/chromium.go

pull/77/head
JeremyRand 6 years ago
parent 5350011c8d
commit f031d2b309
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

@ -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

Loading…
Cancel
Save