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 2020/08/18 03:12:35 UTC

[dubbo-go] branch develop updated: Fix: format error

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 7c752e8  Fix: format error
7c752e8 is described below

commit 7c752e8416577c8a50d6df303cadf2c1f5ae21fc
Author: AlexStocks <al...@foxmail.com>
AuthorDate: Tue Aug 18 11:12:29 2020 +0800

    Fix: format error
---
 protocol/dubbo/client.go         | 2 +-
 protocol/dubbo/listener.go       | 2 +-
 protocol/dubbo/readwriter.go     | 2 +-
 registry/etcdv3/listener_test.go | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/protocol/dubbo/client.go b/protocol/dubbo/client.go
index ee7b6ed..530beba 100644
--- a/protocol/dubbo/client.go
+++ b/protocol/dubbo/client.go
@@ -25,8 +25,8 @@ import (
 )
 
 import (
-	hessian "github.com/apache/dubbo-go-hessian2"
 	"github.com/apache/dubbo-getty"
+	hessian "github.com/apache/dubbo-go-hessian2"
 	gxsync "github.com/dubbogo/gost/sync"
 	perrors "github.com/pkg/errors"
 	"go.uber.org/atomic"
diff --git a/protocol/dubbo/listener.go b/protocol/dubbo/listener.go
index 916230c..a17b282 100644
--- a/protocol/dubbo/listener.go
+++ b/protocol/dubbo/listener.go
@@ -27,8 +27,8 @@ import (
 )
 
 import (
-	"github.com/apache/dubbo-go-hessian2"
 	"github.com/apache/dubbo-getty"
+	"github.com/apache/dubbo-go-hessian2"
 	"github.com/opentracing/opentracing-go"
 	perrors "github.com/pkg/errors"
 )
diff --git a/protocol/dubbo/readwriter.go b/protocol/dubbo/readwriter.go
index bdd89a8..adc6311 100644
--- a/protocol/dubbo/readwriter.go
+++ b/protocol/dubbo/readwriter.go
@@ -23,8 +23,8 @@ import (
 )
 
 import (
-	"github.com/apache/dubbo-go-hessian2"
 	"github.com/apache/dubbo-getty"
+	"github.com/apache/dubbo-go-hessian2"
 	perrors "github.com/pkg/errors"
 )
 
diff --git a/registry/etcdv3/listener_test.go b/registry/etcdv3/listener_test.go
index 543ddf6..cc4ea25 100644
--- a/registry/etcdv3/listener_test.go
+++ b/registry/etcdv3/listener_test.go
@@ -24,8 +24,8 @@ import (
 )
 
 import (
-	"github.com/coreos/etcd/embed"
 	"github.com/apache/dubbo-getty"
+	"github.com/coreos/etcd/embed"
 	"github.com/stretchr/testify/suite"
 )