Codebase list golang-github-go-kit-kit / 0000a0e
Removed commented code Nicholas J 8 years ago
1 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
131131 TraceId: s.traceID,
132132 Name: s.methodName,
133133 Id: s.spanID,
134 // BinaryAnnotations: []*zipkincore.BinaryAnnotation{}, // TODO
135 Debug: true, // TODO
134 Debug: true, // TODO
136135 }
137136
138137 if s.parentSpanID != 0 {