1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-03-03 14:52:56 +02:00

remove duplicate interface check (#87)

This commit is contained in:
thinkerou 2019-08-13 02:03:29 +08:00 committed by rghetia
parent 290f108852
commit 0ce21a987b

View File

@ -21,8 +21,6 @@ import "sync/atomic"
// install a default tracer w/ resources.
var global atomic.Value
var _ Tracer = noopTracer{}
// GlobalTracer return tracer registered with global registry.
// If no tracer is registered then an instance of noop Tracer is returned.
func GlobalTracer() Tracer {