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

fix imports

parent e9c58752
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ package rest
import (
"context"
"github.com/emicklei/go-restful/v3"
"testing"
"time"
)
......@@ -38,6 +37,7 @@ import (
"github.com/apache/dubbo-go/protocol/rest/client"
"github.com/apache/dubbo-go/protocol/rest/client/client_impl"
"github.com/apache/dubbo-go/protocol/rest/server/server_impl"
"github.com/emicklei/go-restful/v3"
)
func TestRestInvoker_Invoke(t *testing.T) {
......
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