all: fix plugin import ordering (#1717)

Got a bit messed up with stb lib "context" usage.
This commit is contained in:
Miek Gieben
2018-04-22 08:34:35 +01:00
committed by GitHub
parent 69a956f052
commit 0930eb8beb
87 changed files with 100 additions and 176 deletions

View File

@@ -2,6 +2,7 @@
package trace
import (
"context"
"fmt"
"strings"
"sync"
@@ -11,8 +12,6 @@ import (
// Plugin the trace package.
_ "github.com/coredns/coredns/plugin/pkg/trace"
"context"
ddtrace "github.com/DataDog/dd-trace-go/opentracing"
"github.com/miekg/dns"
ot "github.com/opentracing/opentracing-go"