From 9235dfb2a2f2e1b147c59d92b64cab3801ae5b62 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sun, 7 Jul 2019 12:33:54 +0100 Subject: [PATCH] gofmt --- grpc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grpc.go b/grpc.go index d4d5493..939019f 100644 --- a/grpc.go +++ b/grpc.go @@ -16,8 +16,8 @@ import ( "github.com/micro/go-micro/codec" "github.com/micro/go-micro/errors" "github.com/micro/go-micro/metadata" - "github.com/micro/go-micro/registry" "github.com/micro/go-micro/network/transport" + "github.com/micro/go-micro/registry" "google.golang.org/grpc" "google.golang.org/grpc/credentials"