You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2019/09/06 17:28:10 UTC

[dubbo-go] branch 1.1 updated: Mod: format registry/zookeeper/listener_test.go imports

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

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


The following commit(s) were added to refs/heads/1.1 by this push:
     new 1747ef4  Mod: format registry/zookeeper/listener_test.go imports
1747ef4 is described below

commit 1747ef485b1bf9e264116b0f73b36ecf452445e4
Author: AlexStocks <al...@foxmail.com>
AuthorDate: Sat Sep 7 01:27:58 2019 +0800

    Mod: format registry/zookeeper/listener_test.go imports
---
 registry/zookeeper/listener_test.go | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/registry/zookeeper/listener_test.go b/registry/zookeeper/listener_test.go
index 0c68d46..9d9cebe 100644
--- a/registry/zookeeper/listener_test.go
+++ b/registry/zookeeper/listener_test.go
@@ -19,10 +19,13 @@ package zookeeper
 
 import (
 	"context"
+	"testing"
+)
+
+import (
 	"github.com/apache/dubbo-go/common"
 	"github.com/apache/dubbo-go/remoting"
 	"github.com/stretchr/testify/assert"
-	"testing"
 )
 
 func Test_DataChange(t *testing.T) {