Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Fix TrivialRecorder description; basictracer.Recorder => basictracer.…
Browse files Browse the repository at this point in the history
…SpanRecorder (#57)

fix TrivialRecorder description; basictracer.Recorder =>  basictracer.SpanRecorder
  • Loading branch information
prochac authored Apr 22, 2020
1 parent 98b9139 commit 378b3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dapperish/trivialrecorder.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/opentracing/basictracer-go"
)

// TrivialRecorder implements the basictracer.Recorder interface.
// TrivialRecorder implements the basictracer.SpanRecorder interface.
type TrivialRecorder struct {
processName string
tags map[string]string
Expand Down

0 comments on commit 378b3ea

Please sign in to comment.