1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-11-25 22:41:46 +02:00

Fix imports in all files except generated files in jaeger exporter (#2383)

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
This commit is contained in:
Bogdan Drutu
2021-11-13 08:35:04 -08:00
committed by GitHub
parent 5e2d218837
commit 4d9d882c38
53 changed files with 103 additions and 164 deletions

View File

@@ -23,10 +23,9 @@ import (
"testing"
"github.com/stretchr/testify/require"
"golang.org/x/sys/unix"
"go.opentelemetry.io/otel/sdk/resource"
"golang.org/x/sys/unix"
)
func fakeUnameProvider(buf *unix.Utsname) error {