From e082ac42a05e605e2940352a37733c2eb145e456 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sun, 19 Jul 2020 10:51:16 +0100 Subject: [PATCH] go fmt --- config/source/cli/cli_test.go | 2 +- options.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/source/cli/cli_test.go b/config/source/cli/cli_test.go index 68458aa3..154faeab 100644 --- a/config/source/cli/cli_test.go +++ b/config/source/cli/cli_test.go @@ -7,8 +7,8 @@ import ( "github.com/micro/cli/v2" "github.com/micro/go-micro/v2" - "github.com/micro/go-micro/v2/config" "github.com/micro/go-micro/v2/cmd" + "github.com/micro/go-micro/v2/config" "github.com/micro/go-micro/v2/config/source" ) diff --git a/options.go b/options.go index beb514c9..d3c24615 100644 --- a/options.go +++ b/options.go @@ -8,8 +8,8 @@ import ( "github.com/micro/go-micro/v2/auth" "github.com/micro/go-micro/v2/broker" "github.com/micro/go-micro/v2/client" - "github.com/micro/go-micro/v2/config" "github.com/micro/go-micro/v2/cmd" + "github.com/micro/go-micro/v2/config" "github.com/micro/go-micro/v2/debug/profile" "github.com/micro/go-micro/v2/debug/trace" "github.com/micro/go-micro/v2/registry"