1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-11-23 22:34:47 +02:00

replace import with vanity url go.opentelemetry.io. (#54)

This commit is contained in:
rghetia
2019-07-15 14:49:21 -07:00
committed by GitHub
parent 961121698b
commit eed647d11f
39 changed files with 102 additions and 103 deletions

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"unsafe"
"github.com/open-telemetry/opentelemetry-go/api/registry"
"go.opentelemetry.io/api/registry"
)
type Key struct {