goimports -w server/server.go

pull/77/head
JeremyRand 6 years ago
parent 4c66b15310
commit 9b6643d07c
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

@ -3,17 +3,18 @@ package server
import (
"crypto"
"fmt"
"net"
"os"
"path/filepath"
"strings"
"sync"
"github.com/hlandau/buildinfo"
"github.com/hlandau/xlog"
"github.com/miekg/dns"
"github.com/namecoin/ncdns/backend"
"github.com/namecoin/ncdns/namecoin"
"gopkg.in/hlandau/madns.v1"
"net"
"os"
"path/filepath"
"strings"
"sync"
)
var log, Log = xlog.New("ncdns.server")

Loading…
Cancel
Save