mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
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:
@ -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.
|
||||
|
Reference in New Issue
Block a user