Skip to content
Snippets Groups Projects
Commit 81aafe45 authored by ztelur's avatar ztelur
Browse files

import sort

parent 38f83b8d
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
package grpc package grpc
import ( import (
"github.com/apache/dubbo-go/common/logger"
"reflect" "reflect"
"testing" "testing"
) )
...@@ -30,6 +29,7 @@ import ( ...@@ -30,6 +29,7 @@ import (
import ( import (
"github.com/apache/dubbo-go/common" "github.com/apache/dubbo-go/common"
"github.com/apache/dubbo-go/common/logger"
"github.com/apache/dubbo-go/protocol/grpc/internal" "github.com/apache/dubbo-go/protocol/grpc/internal"
) )
......
...@@ -19,7 +19,6 @@ package grpc ...@@ -19,7 +19,6 @@ package grpc
import ( import (
"context" "context"
"github.com/apache/dubbo-go/common/logger"
"reflect" "reflect"
"testing" "testing"
) )
...@@ -30,6 +29,7 @@ import ( ...@@ -30,6 +29,7 @@ import (
import ( import (
"github.com/apache/dubbo-go/common" "github.com/apache/dubbo-go/common"
"github.com/apache/dubbo-go/common/logger"
"github.com/apache/dubbo-go/protocol/grpc/internal" "github.com/apache/dubbo-go/protocol/grpc/internal"
"github.com/apache/dubbo-go/protocol/invocation" "github.com/apache/dubbo-go/protocol/invocation"
) )
......
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