1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-07-15 01:04:25 +02:00

Move export types into trace and metric-specific subdirs (#289)

This commit is contained in:
Joshua MacDonald
2019-11-05 13:08:55 -08:00
committed by GitHub
parent 17439d879c
commit 68bd627ac2
35 changed files with 165 additions and 183 deletions

View File

@ -20,7 +20,7 @@ import (
"sync"
"time"
"go.opentelemetry.io/otel/sdk/export"
export "go.opentelemetry.io/otel/sdk/export/trace"
)
const (