You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2026-06-03 18:35:08 +02:00
f95bee22b9
strings.Cut() generates less garbage as it does not allocate the slice to hold parts.