const go.opentelemetry.io/otel/api/trace.separatorWidth

7 uses

	go.opentelemetry.io/otel/api/trace (current package)
		b3_propagator.go#L37: 	separatorWidth      = 1       // Single "-" character.
		b3_propagator.go#L273: 	} else if headerLen >= traceID64BitsWidth+spanIDWidth+separatorWidth {
		b3_propagator.go#L292: 		pos += separatorWidth // {traceID}-
		b3_propagator.go#L301: 			if headerLen == pos+separatorWidth {
		b3_propagator.go#L305: 			pos += separatorWidth // {traceID}-{spanID}-
		b3_propagator.go#L312: 			} else if headerLen == pos+samplingWidth+separatorWidth+parentSpanIDWidth {
		b3_propagator.go#L314: 				pos += samplingWidth + separatorWidth // {traceID}-{spanID}-{sampling}-