type golang.org/x/net/trace.Trace

6 uses

	golang.org/x/net/trace (current package)
		trace.go#L136: func NewContext(ctx context.Context, tr Trace) context.Context {
		trace.go#L141: func FromContext(ctx context.Context) (tr Trace, ok bool) {
		trace.go#L142: 	tr, ok = ctx.Value(contextKey).(Trace)
		trace.go#L317: type Trace interface {
		trace.go#L361: func New(family, title string) Trace {

	google.golang.org/grpc
		trace.go#L49: 	tr        trace.Trace