From fec1de6ef4b3f769ba0906cda948a3215709cd37 Mon Sep 17 00:00:00 2001 From: baude Date: Wed, 3 Jul 2019 14:35:11 -0500 Subject: trivial cleanups from golang the results of a code cleanup performed by the goland IDE. Signed-off-by: baude --- pkg/tracing/tracing.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkg/tracing/tracing.go') diff --git a/pkg/tracing/tracing.go b/pkg/tracing/tracing.go index cae76dee8..d028ddf8f 100644 --- a/pkg/tracing/tracing.go +++ b/pkg/tracing/tracing.go @@ -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. -- cgit v1.2.3-54-g00ecf