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/12/09 13:57:24 UTC

[dubbo-go] branch develop updated: Imp: change imports

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 3960cc1  Imp: change imports
     new 5c3679f  Merge branch 'develop' of https://github.com/apache/dubbo-go into develop
3960cc1 is described below

commit 3960cc1b07d84001758090b3aa63c2358c3ce537
Author: AlexStocks <al...@foxmail.com>
AuthorDate: Mon Dec 9 21:56:58 2019 +0800

    Imp: change imports
---
 filter/common/impl/rejected_execution_handler_mock.go | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/filter/common/impl/rejected_execution_handler_mock.go b/filter/common/impl/rejected_execution_handler_mock.go
index 2f7869d..dace189 100644
--- a/filter/common/impl/rejected_execution_handler_mock.go
+++ b/filter/common/impl/rejected_execution_handler_mock.go
@@ -21,10 +21,16 @@
 package impl
 
 import (
+	reflect "reflect"
+)
+
+import (
+	gomock "github.com/golang/mock/gomock"
+)
+
+import (
 	common "github.com/apache/dubbo-go/common"
 	protocol "github.com/apache/dubbo-go/protocol"
-	gomock "github.com/golang/mock/gomock"
-	reflect "reflect"
 )
 
 // MockRejectedExecutionHandler is a mock of RejectedExecutionHandler interface