diff --git a/protocol/rest/server/server_impl/go_restful_server.go b/protocol/rest/server/server_impl/go_restful_server.go index 8d3d772a89491e9c2c3fa087b98a05989c6971eb..69f36a5c80aa51f52dfcfabc5a1bd4003f4cd727 100644 --- a/protocol/rest/server/server_impl/go_restful_server.go +++ b/protocol/rest/server/server_impl/go_restful_server.go @@ -20,7 +20,6 @@ package server_impl import ( "context" "fmt" - "github.com/apache/dubbo-go/protocol/rest/server" "net" "net/http" "reflect" @@ -42,6 +41,7 @@ import ( "github.com/apache/dubbo-go/protocol" "github.com/apache/dubbo-go/protocol/invocation" "github.com/apache/dubbo-go/protocol/rest/config" + "github.com/apache/dubbo-go/protocol/rest/server" ) func init() {