Skip to content
Snippets Groups Projects
Commit 39851b39 authored by aliiohs's avatar aliiohs
Browse files

resort import list

parent 0a0ebc2a
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,11 @@ import (
"strings"
)
import (
"github.com/dubbogo/gost/container"
perrors "github.com/pkg/errors"
)
import (
"github.com/apache/dubbo-go/common"
"github.com/apache/dubbo-go/common/constant"
......@@ -31,11 +36,6 @@ import (
"github.com/apache/dubbo-go/protocol"
)
import (
"github.com/dubbogo/gost/container"
perrors "github.com/pkg/errors"
)
const (
ROUTE_PATTERN = `([&!=,]*)\\s*([^&!=,\\s]+)`
FORCE = "force"
......
......@@ -25,6 +25,11 @@ import (
"testing"
)
import (
perrors "github.com/pkg/errors"
"github.com/stretchr/testify/assert"
)
import (
"github.com/apache/dubbo-go/common"
"github.com/apache/dubbo-go/common/logger"
......@@ -33,11 +38,6 @@ import (
"github.com/apache/dubbo-go/protocol/invocation"
)
import (
perrors "github.com/pkg/errors"
"github.com/stretchr/testify/assert"
)
type MockInvoker struct {
url common.URL
available bool
......
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