You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by la...@apache.org on 2021/07/29 14:49:35 UTC

[dubbo-go] branch 3.0 updated: fix: remove unused getty import

This is an automated email from the ASF dual-hosted git repository.

laurence pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/3.0 by this push:
     new b2ae992  fix: remove unused getty import
b2ae992 is described below

commit b2ae992d0840f4ef125de13226ce3657239011b4
Author: LaurenceLiZhixin <38...@qq.com>
AuthorDate: Thu Jul 29 22:49:14 2021 +0800

    fix: remove unused getty import
---
 remoting/etcdv3/facade.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/remoting/etcdv3/facade.go b/remoting/etcdv3/facade.go
index a5f3b9e..7cdabaf 100644
--- a/remoting/etcdv3/facade.go
+++ b/remoting/etcdv3/facade.go
@@ -23,7 +23,6 @@ import (
 )
 
 import (
-	getty "github.com/apache/dubbo-getty"
 	gxetcd "github.com/dubbogo/gost/database/kv/etcd/v3"
 )