You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by fa...@apache.org on 2020/01/12 05:37:16 UTC

[dubbo-go] branch develop updated: Fmt: protocol/dubbo/config

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

fangyc 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 dab215a  Fmt: protocol/dubbo/config
dab215a is described below

commit dab215ae81b89c3c05309bc87181089cf7580dd1
Author: fangyincheng <fa...@sina.com>
AuthorDate: Sun Jan 12 13:36:40 2020 +0800

    Fmt: protocol/dubbo/config
---
 protocol/dubbo/config.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/protocol/dubbo/config.go b/protocol/dubbo/config.go
index 3229793..2c70f9f 100644
--- a/protocol/dubbo/config.go
+++ b/protocol/dubbo/config.go
@@ -22,8 +22,8 @@ import (
 )
 
 import (
-	perrors "github.com/pkg/errors"
 	"github.com/dubbogo/getty"
+	perrors "github.com/pkg/errors"
 )
 
 type (