gofmt -s tlsrestrictchromium/chromium.go

pull/46/head
JeremyRand 7 years ago
parent 5152222000
commit 2f0e866870
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

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

Loading…
Cancel
Save