trivial cleanups from golang

the results of a code cleanup performed by the goland IDE.

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2019-07-03 14:35:11 -05:00
parent f5593d305f
commit fec1de6ef4
21 changed files with 27 additions and 27 deletions

View File

@ -4,9 +4,9 @@ import (
"fmt"
"io"
opentracing "github.com/opentracing/opentracing-go"
jaeger "github.com/uber/jaeger-client-go"
config "github.com/uber/jaeger-client-go/config"
"github.com/opentracing/opentracing-go"
"github.com/uber/jaeger-client-go"
"github.com/uber/jaeger-client-go/config"
)
// Init returns an instance of Jaeger Tracer that samples 100% of traces and logs all spans to stdout.