Skip to content

Commit

Permalink
Fix golint issue caused by typo (#1847)
Browse files Browse the repository at this point in the history
Signed-off-by: Hu Shuai <[email protected]>
  • Loading branch information
hs0210 authored Apr 27, 2021
1 parent ca130e5 commit 8eb0bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oteltest/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func (p *TracerProvider) Tracer(instName string, opts ...trace.TracerOption) tra
return t
}

// DefaulTracer returns a default tracer for testing purposes.
// DefaultTracer returns a default tracer for testing purposes.
func DefaultTracer() trace.Tracer {
return NewTracerProvider().Tracer("")
}

0 comments on commit 8eb0bb9

Please sign in to comment.