type runtime/trace.traceContextKey
3 uses
runtime/trace (current package)
annotation.go#L14: type traceContextKey struct{}
annotation.go#L43: return context.WithValue(pctx, traceContextKey{}, s), s
annotation.go#L66: if s, ok := ctx.Value(traceContextKey{}).(*Task); ok {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |