func newTrace(family, title string) traceLog { … } func newTraceContext(ctx context.Context, tr traceLog) context.Context { … } func newTraceEventLog(family, title string) traceEventLog { … }
func newTrace(family, title string) traceLog { … } func newTraceContext(ctx context.Context, tr traceLog) context.Context { … } func newTraceEventLog(family, title string) traceEventLog { … }