From a45a17bb65212da8ea86da63ddff6c7aa12f70a1 Mon Sep 17 00:00:00 2001 From: Xiangyu Wang Date: Mon, 27 Dec 2021 20:06:05 +0800 Subject: [PATCH] Improve import statement (#14341) Signed-off-by: Xiangyu Wang --- internal/util/trace/util_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/internal/util/trace/util_test.go b/internal/util/trace/util_test.go index c0a268863e..7f4f84434c 100644 --- a/internal/util/trace/util_test.go +++ b/internal/util/trace/util_test.go @@ -13,12 +13,11 @@ package trace import ( "context" + "errors" "fmt" "os" "testing" - "errors" - "github.com/opentracing/opentracing-go" oplog "github.com/opentracing/opentracing-go/log" "github.com/stretchr/testify/assert"