From fe060b2d0b4af39dd5827f981a3d525507b819ea Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Mon, 3 Jun 2019 15:56:22 +0100 Subject: [PATCH] gofmt --- broker/http_broker.go | 2 +- sync/cron.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/broker/http_broker.go b/broker/http_broker.go index 3e7fa648..9f3f1012 100644 --- a/broker/http_broker.go +++ b/broker/http_broker.go @@ -22,10 +22,10 @@ import ( "github.com/micro/go-micro/codec/json" merr "github.com/micro/go-micro/errors" "github.com/micro/go-micro/registry" + "github.com/micro/go-micro/registry/cache" maddr "github.com/micro/go-micro/util/addr" mnet "github.com/micro/go-micro/util/net" mls "github.com/micro/go-micro/util/tls" - "github.com/micro/go-micro/registry/cache" "golang.org/x/net/http2" ) diff --git a/sync/cron.go b/sync/cron.go index be7ea908..f5dcdb0f 100644 --- a/sync/cron.go +++ b/sync/cron.go @@ -5,10 +5,10 @@ import ( "math" "time" - "github.com/micro/go-micro/util/log" "github.com/micro/go-micro/sync/leader/consul" "github.com/micro/go-micro/sync/task" "github.com/micro/go-micro/sync/task/local" + "github.com/micro/go-micro/util/log" ) type syncCron struct {