openzipkin / zipkin-go

Zipkin distributed tracing library for go.
Apache License 2.0
612 stars 114 forks source link

var spanKey = ctxKey{} cannot be used as an argument to function context.WithValue(ctx, spanKey, s) #200

Closed toyow closed 3 years ago

toyow commented 3 years ago

unreadable: interface type "github.com/openzipkin/zipkin-go.ctxKey" not found for 0xc000300348: no type entry found, use 'types' for a list of valid types

basvanbeek commented 3 years ago

It would be helpful to get more context on how you get this error to occur.

basvanbeek commented 3 years ago

closing due to inactivity and unable to replicate in normal usage patterns