Skip to content
Snippets Groups Projects
Commit 62e7207c authored by fangyincheng's avatar fangyincheng
Browse files

revert filter dir

parent 8394520d
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
* limitations under the License.
*/
package filter
package impl
import (
"github.com/apache/dubbo-go/common/constant"
......@@ -23,7 +23,7 @@ import (
"github.com/apache/dubbo-go/common/logger"
"github.com/apache/dubbo-go/filter"
_ "github.com/apache/dubbo-go/filter/common"
_ "github.com/apache/dubbo-go/filter/tps"
_ "github.com/apache/dubbo-go/filter/impl/tps"
"github.com/apache/dubbo-go/protocol"
)
......
......@@ -15,7 +15,7 @@
* limitations under the License.
*/
package filter
package impl
import (
"net/url"
......@@ -25,7 +25,7 @@ import (
import (
"github.com/apache/dubbo-go/filter"
common2 "github.com/apache/dubbo-go/filter/common"
"github.com/apache/dubbo-go/filter/tps"
"github.com/apache/dubbo-go/filter/impl/tps"
"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