You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2022/01/06 08:45:05 UTC

[GitHub] [servicecomb-service-center] robotLJW commented on a change in pull request #1204: [feat] add tag sync func and ut when db mode is etcd

robotLJW commented on a change in pull request #1204:
URL: https://github.com/apache/servicecomb-service-center/pull/1204#discussion_r779385304



##########
File path: datasource/etcd/dep.go
##########
@@ -31,7 +31,7 @@ import (
 	"github.com/apache/servicecomb-service-center/datasource/etcd/event"
 	"github.com/apache/servicecomb-service-center/datasource/etcd/path"
 	"github.com/apache/servicecomb-service-center/datasource/etcd/sd"
-	serviceUtil "github.com/apache/servicecomb-service-center/datasource/etcd/util"
+	eutil "github.com/apache/servicecomb-service-center/datasource/etcd/util"

Review comment:
       这个我记得如果重名了,我记得之前看到建议修改名为前一个package名的首字母+同名的package,https://stackoverflow.com/questions/10408646/how-to-import-and-use-different-packages-of-the-same-name




-- 
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: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org