1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00

add lacked import and remove unused import (#33)

This commit is contained in:
thinkerou
2019-07-02 02:23:26 +08:00
committed by rghetia
parent 084f03d098
commit 6d798e3a2f
2 changed files with 1 additions and 3 deletions
+1
View File
@@ -16,6 +16,7 @@ package trace
import (
"context"
"sync"
"google.golang.org/grpc/codes"
-3
View File
@@ -17,9 +17,6 @@ package trace
import (
"context"
"math/rand"
"sync"
"google.golang.org/grpc/codes"
"github.com/open-telemetry/opentelemetry-go/api/core"
"github.com/open-telemetry/opentelemetry-go/api/scope"