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

@@ -6,7 +6,7 @@ import (
"fmt"
"github.com/miekg/dns"
ot "github.com/opentracing/opentracing-go"
ot "github.com/opentracing/opentracing-go"
"golang.org/x/net/context"
)