1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-06-25 00:16:49 +02:00

Move the otel/api/global package to otel/global (#1262)

* Move otel/api/global to otel/global

* Update global package references

* Add changes to CHANGELOG
This commit is contained in:
Tyler Yahn
2020-10-17 10:03:48 -07:00
committed by GitHub
parent 818c7b14b3
commit d6dd84f6fa
50 changed files with 47 additions and 46 deletions

View File

@ -21,7 +21,7 @@ import (
"sync/atomic"
"time"
"go.opentelemetry.io/otel/api/global"
"go.opentelemetry.io/otel/global"
export "go.opentelemetry.io/otel/sdk/export/trace"
)