LvBay commented on a change in pull request #236:
URL: https://github.com/apache/dubbo-go-pixiu/pull/236#discussion_r685982281
##########
File path: pkg/client/dubbo/dubbo.go
##########
@@ -22,20 +22,20 @@ import (
"strings"
"sync"
"time"
-)
-import (
+ "go.opentelemetry.io/otel/trace"
+
"github.com/apache/dubbo-go/common/constant"
dg "github.com/apache/dubbo-go/config"
"github.com/apache/dubbo-go/protocol/dubbo"
- fc "github.com/dubbogo/dubbo-go-pixiu-filter/pkg/api/config"
- "github.com/pkg/errors"
-)
+ "go.opentelemetry.io/otel"
Review comment:
One extra question, why not use goimports or goreturn of the go
community?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]