Skip to content
Snippets Groups Projects
Commit 2d6f7f39 authored by fangyincheng's avatar fangyincheng
Browse files

Fmt: package

parent d9d334a5
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,6 @@ limitations under the License.
package grpc
import (
"github.com/apache/dubbo-go/common/constant"
"github.com/apache/dubbo-go/config"
"reflect"
)
......@@ -29,6 +27,8 @@ import (
import (
"github.com/apache/dubbo-go/common"
"github.com/apache/dubbo-go/common/constant"
"github.com/apache/dubbo-go/config"
)
type Client struct {
......
......@@ -19,13 +19,16 @@ package internal
import (
"context"
"github.com/apache/dubbo-go/config"
)
import (
"google.golang.org/grpc"
)
import (
"github.com/apache/dubbo-go/config"
)
func init() {
config.SetConsumerService(&GrpcGreeterImpl{})
}
......
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