1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-12 02:28:07 +02:00
opentelemetry-go/internal/internaltest
Mikhail Mazurskiy f95bee22b9
Use strings.Cut() instead of string.SplitN() (#4049)
strings.Cut() generates less garbage as it does not allocate the slice to hold parts.
2023-05-17 09:28:44 -07:00
..
alignment.go Add vanity imports to internal packages (#2280) 2021-10-29 09:34:37 -07:00
env_test.go Rename internal/testing to internal/internaltest (#1449) 2021-01-12 08:56:16 -08:00
env.go Add vanity imports to internal packages (#2280) 2021-10-29 09:34:37 -07:00
errors.go Add vanity imports to internal packages (#2280) 2021-10-29 09:34:37 -07:00
harness.go Deprecate oteltest.Harness for removal (#2123) 2021-07-26 11:40:36 -04:00
text_map_carrier_test.go Remove propagation testing types from oteltest (#2116) 2021-07-22 08:16:57 -07:00
text_map_carrier.go Add vanity imports to internal packages (#2280) 2021-10-29 09:34:37 -07:00
text_map_propagator_test.go Remove propagation testing types from oteltest (#2116) 2021-07-22 08:16:57 -07:00
text_map_propagator.go Use strings.Cut() instead of string.SplitN() (#4049) 2023-05-17 09:28:44 -07:00