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
a6782b9ca9
The unexported `version()` function in `sdk/trace` is not used anywhere. Not mentioning that the value it is returning is wrong. There is already a `Version` function in `sdk` (which is in the same Go module).