Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick0308 committed Mar 16, 2020
1 parent e9c5875 commit d8d753f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/rest/rest_invoker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ package rest

import (
"context"
"github.com/emicklei/go-restful/v3"
"testing"
"time"
)
Expand All @@ -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) {
Expand Down

0 comments on commit d8d753f

Please sign in to comment.