gofmt -s tlsrestrictchromium/tlsrestrict_chromium_tool/main.go

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

@ -1,12 +1,12 @@
package main
import (
"gopkg.in/hlandau/easyconfig.v1/cflag"
"encoding/json"
"github.com/namecoin/ncdns/tlsrestrictchromium"
"gopkg.in/hlandau/easyconfig.v1"
"gopkg.in/hlandau/easyconfig.v1/cflag"
"io/ioutil"
"encoding/json"
"log"
"github.com/namecoin/ncdns/tlsrestrictchromium"
)
var (

Loading…
Cancel
Save