From 596c4350866bf5208194dcfbe1be13ad9fd6ad80 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 10 Jul 2019 07:47:17 +0100 Subject: [PATCH] Fix breaks and go fmt --- options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.go b/options.go index 3c9d125..65d82fc 100644 --- a/options.go +++ b/options.go @@ -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" )