You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-12-01 23:12:29 +02:00
Namespace import path under "/otel" (#274)
Also fixes example module paths so that they use the vanity URL instead of the github URL. [Closes #184]
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
package propagation
|
||||
|
||||
import (
|
||||
"go.opentelemetry.io/api/core"
|
||||
apipropagation "go.opentelemetry.io/api/propagation"
|
||||
"go.opentelemetry.io/otel/api/core"
|
||||
apipropagation "go.opentelemetry.io/otel/api/propagation"
|
||||
)
|
||||
|
||||
type binaryPropagator struct{}
|
||||
|
||||
Reference in New Issue
Block a user