otto 12 months ago
parent
commit
091a90cf57
  1. 4
      tracing/tracing_test.go

4
tracing/tracing_test.go

@ -12,6 +12,6 @@ func TestGetTraceId(t *testing.T) {
}
func TestSetSpanId(t *testing.T) {
_, id := SetSpanId(context.TODO(), 205598358426357760, 0)
fmt.Println(id)
//_, id := SetSpanId(context.TODO(), 205598358426357760, 0)
//fmt.Println(id)
}

Loading…
Cancel
Save