Skip to content
Snippets Groups Projects
Commit 12dcf4fc authored by Patrick's avatar Patrick
Browse files

fix

parent 075e8aa9
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,6 @@
package filter
import (
"github.com/apache/dubbo-go/filter"
common2 "github.com/apache/dubbo-go/filter/common"
"net/url"
"testing"
)
......@@ -33,6 +31,8 @@ import (
"github.com/apache/dubbo-go/common/constant"
"github.com/apache/dubbo-go/common/extension"
"github.com/apache/dubbo-go/config"
"github.com/apache/dubbo-go/filter"
common2 "github.com/apache/dubbo-go/filter/common"
"github.com/apache/dubbo-go/protocol"
"github.com/apache/dubbo-go/protocol/invocation"
)
......
......@@ -18,14 +18,14 @@
package filter
import (
"github.com/apache/dubbo-go/filter"
common2 "github.com/apache/dubbo-go/filter/common"
"github.com/apache/dubbo-go/filter/tps"
"net/url"
"testing"
)
import (
"github.com/apache/dubbo-go/filter"
common2 "github.com/apache/dubbo-go/filter/common"
"github.com/apache/dubbo-go/filter/tps"
"github.com/golang/mock/gomock"
"github.com/stretchr/testify/assert"
)
......
......@@ -18,7 +18,6 @@
package tps
import (
"github.com/apache/dubbo-go/filter"
"sync/atomic"
"time"
)
......@@ -26,6 +25,7 @@ import (
import (
"github.com/apache/dubbo-go/common/constant"
"github.com/apache/dubbo-go/common/extension"
"github.com/apache/dubbo-go/filter"
)
const (
......
......@@ -19,13 +19,13 @@ package tps
import (
"container/list"
"github.com/apache/dubbo-go/filter"
"sync"
"time"
)
import (
"github.com/apache/dubbo-go/common/extension"
"github.com/apache/dubbo-go/filter"
)
func init() {
......
......@@ -18,12 +18,12 @@
package tps
import (
"github.com/apache/dubbo-go/filter"
"sync"
)
import (
"github.com/apache/dubbo-go/common/extension"
"github.com/apache/dubbo-go/filter"
)
func init() {
......
......@@ -18,7 +18,6 @@ package tps
import (
"fmt"
"github.com/apache/dubbo-go/filter"
"strconv"
"sync"
)
......@@ -31,6 +30,7 @@ import (
"github.com/apache/dubbo-go/common"
"github.com/apache/dubbo-go/common/constant"
"github.com/apache/dubbo-go/common/extension"
"github.com/apache/dubbo-go/filter"
"github.com/apache/dubbo-go/protocol"
)
......
......@@ -18,11 +18,11 @@
package tps
import (
"github.com/apache/dubbo-go/filter"
"net/url"
"testing"
)
import (
"github.com/apache/dubbo-go/filter"
"github.com/golang/mock/gomock"
"github.com/stretchr/testify/assert"
)
......
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