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 0f67423 Mod: format import
new c257311 Merge branch 'develop' of https://github.com/apache/dubbo-go
into develop
0f67423 is described below
commit 0f674234930bbb156416c6e684f97ca6337be064
Author: AlexStocks <[email protected]>
AuthorDate: Tue Oct 20 16:02:27 2020 +0800
Mod: format import
---
common/proxy/proxy_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/proxy/proxy_test.go b/common/proxy/proxy_test.go
index c606615..9f5eaad 100644
--- a/common/proxy/proxy_test.go
+++ b/common/proxy/proxy_test.go
@@ -24,7 +24,6 @@ import (
)
import (
- "github.com/apache/dubbo-go/protocol/invocation"
perrors "github.com/pkg/errors"
"github.com/stretchr/testify/assert"
)
@@ -34,6 +33,7 @@ import (
"github.com/apache/dubbo-go/common/constant"
"github.com/apache/dubbo-go/protocol"
"github.com/apache/dubbo-go/protocol/dubbo/hessian2"
+ "github.com/apache/dubbo-go/protocol/invocation"
)
type TestService struct {