mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-18 03:22:12 +02:00
f95bee22b9
strings.Cut() generates less garbage as it does not allocate the slice to hold parts.