Gofmt all code (#552)

* Gofmt all code

* fmt
This commit is contained in:
Miek Gieben
2017-02-22 16:06:20 +00:00
committed by GitHub
parent 682957cc29
commit 4723fb9418
5 changed files with 26 additions and 25 deletions

View File

@@ -1,9 +1,9 @@
package loadbalance package loadbalance
import ( import (
"github.com/mholt/caddy"
"github.com/coredns/coredns/core/dnsserver" "github.com/coredns/coredns/core/dnsserver"
"github.com/coredns/coredns/middleware" "github.com/coredns/coredns/middleware"
"github.com/mholt/caddy"
) )
func init() { func init() {

View File

@@ -3,8 +3,9 @@ package pprof
import ( import (
"sync" "sync"
"github.com/mholt/caddy"
"github.com/coredns/coredns/middleware" "github.com/coredns/coredns/middleware"
"github.com/mholt/caddy"
) )
func init() { func init() {

View File

@@ -1,10 +1,10 @@
package reverse package reverse
import ( import (
"testing"
"net" "net"
"reflect" "reflect"
"regexp" "regexp"
"testing"
) )
// Test converting from hostname to IP and back again to hostname // Test converting from hostname to IP and back again to hostname