Fix breaks and go fmt

This commit is contained in:
Asim Aslam
2019-07-10 07:47:17 +01:00
parent 0a1b657221
commit 64ec0633a3
11 changed files with 11 additions and 11 deletions

View File

@@ -6,10 +6,10 @@ import (
"github.com/micro/go-micro/broker"
"github.com/micro/go-micro/codec"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/registry"
"github.com/micro/go-micro/server"
"github.com/micro/go-micro/server/debug"
"github.com/micro/go-micro/transport"
"google.golang.org/grpc"
"google.golang.org/grpc/encoding"
)