Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
SelfRef: README update
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Mican <[email protected]>
  • Loading branch information
dm03514 committed Aug 6, 2019
1 parent 5c4a729 commit 685ac15
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,7 @@ Usage requires passing in a `SpanContext` and the jaeger `Self` reference type:
```
span := tracer.StartSpan(
"continued_span",
opentracing.SpanReferenceType{
Type: jaeger.SelfRef,
ReferencedContext: yourSpanContext,
},
SelfRef(yourSpanContext),
)
...
defer span.finish()
Expand Down

0 comments on commit 685ac15

Please sign in to comment.