1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-12-01 23:12:29 +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

@@ -17,9 +17,9 @@ package metric
import (
"context"
"github.com/open-telemetry/opentelemetry-go/api/core"
"github.com/open-telemetry/opentelemetry-go/api/registry"
"github.com/open-telemetry/opentelemetry-go/api/unit"
"go.opentelemetry.io/api/core"
"go.opentelemetry.io/api/registry"
"go.opentelemetry.io/api/unit"
)
type MetricType int