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 package tlsrestrictchromium
import ( import (
"crypto/sha256"
"encoding/base64" "encoding/base64"
"math/big"
"github.com/miekg/dns"
"encoding/hex" "encoding/hex"
"fmt"
"encoding/json" "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 // DNSHash converts an FQDN to DNS wire format, takes the SHA256 of it, and

Loading…
Cancel
Save