Skip to content
Snippets Groups Projects
Commit 3e38220d authored by watermelo's avatar watermelo
Browse files

Modify the order of import packages

parent fbc29b75
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,6 @@
package directory
import (
"github.com/apache/dubbo-go/protocol/mock"
"github.com/golang/mock/gomock"
"net/url"
"strconv"
"testing"
......@@ -27,6 +25,7 @@ import (
)
import (
"github.com/golang/mock/gomock"
"github.com/stretchr/testify/assert"
)
......@@ -39,6 +38,7 @@ import (
"github.com/apache/dubbo-go/common/extension"
"github.com/apache/dubbo-go/config"
"github.com/apache/dubbo-go/protocol/invocation"
"github.com/apache/dubbo-go/protocol/mock"
"github.com/apache/dubbo-go/protocol/protocolwrapper"
"github.com/apache/dubbo-go/registry"
"github.com/apache/dubbo-go/remoting"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment